Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ print
Method
print
src/main/java/emu/grasscutter/scripts/ScriptUtils.java:25–27 ·
view source on GitHub ↗
(LuaTable table)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
static
void
print(LuaTable table) {
26
Grasscutter.getLogger().info(toMap(table).toString());
27
}
28
}
Callers
1
createGachaMapping
Method · 0.80
Calls
3
getLogger
Method · 0.95
toMap
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected