#[no_mangle]
pub unsafe extern "C" fn Java_io_projectliberty_graphsdk_Native_applyActions<'local>(
    env: JNIEnv<'local>,
    _class: JClass<'local>,
    handle: jlong,
    actions: JByteArray<'_>
)
Expand description

Apply actions to graph state.

Arguments

  • handle - the handle to the graph state
  • actions - the serialized actions

Errors

  • SdkJniError - if applying actions fails