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

Method help

java-module/TrinityModuleImpl.java:10–12  ·  view source on GitHub ↗
(String topic)

Source from the content-addressed store, hash-verified

8 }
9
10 public static String help(String topic) {
11 return "Requested help for topic " + topic;
12 }
13
14 public static ArrayList<TrinityModule.Message> admin(String cmd, String authorId) {
15 return new ArrayList();

Callers 1

wasmExportHelpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected