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

Function new_invocation_arg

rust/src/api/invocation_arg.rs:702–707  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700
701 #[test]
702 fn new_invocation_arg() -> errors::Result<()> {
703 let _jvm = create_tests_jvm()?;
704 let _ = InvocationArg::new(&"something".to_string(), "somethingelse");
705
706 Ok(())
707 }
708
709 #[test]
710 fn invocation_arg_try_from_basic_types() -> errors::Result<()> {

Callers

nothing calls this directly

Calls 2

create_tests_jvmFunction · 0.85
to_stringMethod · 0.80

Tested by

no test coverage detected