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

Method Message

java-module/TrinityModule.java:18–21  ·  view source on GitHub ↗
(String content, String to)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected