MCPcopy 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_;

Calls

no outgoing calls

Tested by

no test coverage detected