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

Class Message

java-module/TrinityModule.java:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 private TrinityModule() {}
13
14 public static final class Message {
15 public final String content;
16 public final String to;
17
18 public Message(String content, String to) {
19 this.content = content;
20 this.to = to;
21 }
22 }
23
24 @Export(name = "init")
25 private static void wasmExportInit() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected