Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getSize
Method
getSize
extensions/jni/jvm/JniMethod.h:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
size_t getSize() const {
114
return size_;
115
}
116
private:
117
mutable std::mutex mutex_;
118
mutable std::unique_ptr<JNINativeMethod[]> method_ptr_;
Callers
2
Java_org_apache_nifi_processor_JniFlowFile_getSize
Function · 0.45
registerMethods
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected