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

Method JavaSignatures

extensions/jni/jvm/JniMethod.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85class JavaSignatures {
86 public:
87 JavaSignatures()
88 : method_ptr_(nullptr),
89 size_(0) {
90 }
91 void addSignature(JavaMethodSignature &&signature) {
92 methods_.emplace_back(std::move(signature));
93 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected