MCPcopy Index your code
hub / github.com/extism/java-sdk / extism_plugin_call

Method extism_plugin_call

src/main/java/org/extism/sdk/LibExtism.java:146–146  ·  view source on GitHub ↗

Calls a function from the @Plugin at the given pluginIndex. @param pluginPointer @param function_name is the function to call @param data is the data input data @param dataLength is the data input data length @return the result code of the plugin call. non-zero in cas

(Pointer pluginPointer, String function_name, byte[] data, int dataLength)

Source from the content-addressed store, hash-verified

144 * @return the result code of the plugin call. non-zero in case of error, {@literal 0} otherwise.
145 */
146 int extism_plugin_call(Pointer pluginPointer, String function_name, byte[] data, int dataLength);
147
148 /**
149 * Returns

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected