MCPcopy Create free account
hub / github.com/bnjbvr/trinity / info

Method info

java-module/Log.java:33–37  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

31 private static native void wasmImportInfo(int p0, int p1);
32
33 public static void info(String s) {
34 byte[] bytes = (s).getBytes(StandardCharsets.UTF_8);
35 wasmImportInfo(Address.ofData(bytes).toInt(), bytes.length);
36
37 }
38 @Import(name = "warn", module = "log")
39 private static native void wasmImportWarn(int p0, int p1);
40

Callers

nothing calls this directly

Implementers 1

lib.rsmodules/wit-log/src/lib.rs

Calls 1

wasmImportInfoMethod · 0.95

Tested by

no test coverage detected