MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / remove

Method remove

extensions/jni/jvm/JniReferenceObjects.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace jni {
26
27void JniFlowFile::remove() {
28 std::lock_guard<std::mutex> guard(session_mutex_);
29 if (ff_object) {
30 servicer_->attach()->DeleteGlobalRef(ff_object);
31 }
32 removed = true;
33}
34
35} /* namespace jni */
36} /* namespace minifi */

Calls 1

attachMethod · 0.45

Tested by

no test coverage detected