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

Method admin

java-module/TrinityModuleImpl.java:14–16  ·  view source on GitHub ↗
(String cmd, String authorId)

Source from the content-addressed store, hash-verified

12 }
13
14 public static ArrayList<TrinityModule.Message> admin(String cmd, String authorId) {
15 return new ArrayList();
16 }
17
18 public static ArrayList<TrinityModule.Message> onMsg(String content, String authorId, String authorName, String room) {
19 TrinityModule.Message msg = new TrinityModule.Message("Hello, " + authorId + "!", authorId);

Callers 1

wasmExportAdminMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected