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

Method init

java-module/TrinityModuleImpl.java:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5public class TrinityModuleImpl {
6 public static void init() {
7 Log.trace("Hello, world!");
8 }
9
10 public static String help(String topic) {
11 return "Requested help for topic " + topic;

Callers 1

wasmExportInitMethod · 0.95

Calls 1

traceMethod · 0.95

Tested by

no test coverage detected