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

Frees the graph state memory.

Arguments

  • handle - the handle to the graph state

Errors

  • SdkJniError - if freeing graph state fails