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

Function memcpyString

bindings/java/fdbJNI.cpp:1376–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376void memcpyString(uint8_t* buffer, int& offset, const FDBKey& key) {
1377 memcpyStringInner(buffer, offset, key.key, key.key_length);
1378}
1379
1380JNIEXPORT void JNICALL
1381Java_com_apple_foundationdb_FutureMappedResults_FutureMappedResults_1getDirect(JNIEnv* jenv,

Calls 1

memcpyStringInnerFunction · 0.85

Tested by

no test coverage detected