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

Check if user graph exists.

Arguments

  • handle - the handle to the graph state
  • dsnp_user_id - the user id to check

Returns

  • jboolean - true if user graph exists

Errors

  • SdkJniError - if checking user graph fails