MCPcopy Create free account
hub / github.com/apple/foundationdb / cpBytesAndLength

Function cpBytesAndLength

bindings/java/fdbJNI.cpp:580–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void cpBytesAndLength(uint8_t*& pByte, jint*& pLength, const FDBKey& key) {
581 cpBytesAndLengthInner(pByte, pLength, key.key, key.key_length);
582}
583
584JNIEXPORT jobject JNICALL Java_com_apple_foundationdb_FutureMappedResults_FutureMappedResults_1get(JNIEnv* jenv,
585 jobject,

Calls 1

cpBytesAndLengthInnerFunction · 0.85

Tested by

no test coverage detected