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

Method getParameters

extensions/jni/jvm/JniMethod.h:61–63  ·  view source on GitHub ↗

* Returns the parameters. * Const cast here to clean up the caller's interface ( and java would force the loss of const ) */

Source from the content-addressed store, hash-verified

59 * Const cast here to clean up the caller's interface ( and java would force the loss of const )
60 */
61 const char *getParameters() const {
62 return params_.c_str();
63 }
64
65 /**
66 * Returns the function pointer. can't be const.

Callers 1

getSignaturesMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected