MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / collect

Method collect

rust/src/api/instance.rs:185–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 }
184
185 pub fn collect(self) -> Instance {
186 self.instance
187 }
188
189 /// Invokes the method `method_name` of a this `Instance`, passing an array of `InvocationArg`s. It returns an `Instance` as the result of the invocation.
190 pub fn invoke(

Callers 15

multithreadFunction · 0.80
java_hello_worldFunction · 0.80
fromMethod · 0.80
try_fromMethod · 0.80
create_jvmMethod · 0.80
java_listMethod · 0.80

Calls

no outgoing calls

Tested by 15

multithreadFunction · 0.64
java_hello_worldFunction · 0.64
test_byte_array_to_rustFunction · 0.64
test_short_array_to_rustFunction · 0.64
test_char_array_to_rustFunction · 0.64
test_int_array_to_rustFunction · 0.64
test_long_array_to_rustFunction · 0.64
test_float_array_to_rustFunction · 0.64