Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
public
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
wasmExportInit
Method · 0.95
Calls
1
trace
Method · 0.95
Tested by
no test coverage detected