Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ toString
Method
toString
UnLuac/src/unluac/decompile/Code.java:160–162 ·
view source on GitHub ↗
(int line)
Source
from the content-addressed store, hash-verified
158
}
159
160
public
String toString(
int
line) {
161
return
op(line).codePointToString(codepoint(line), extractor, null);
162
}
163
164
}
Callers
nothing calls this directly
Calls
3
op
Method · 0.95
codepoint
Method · 0.95
codePointToString
Method · 0.80
Tested by
no test coverage detected