Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ reset
Method
reset
chapter18/src/main/java/com/seaofnodes/simple/type/Type.java:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
public
String str() {
return
STRS[_type]; }
235
236
public
static
void
reset() {
237
TypeFunPtr.reset();
238
}
239
}
Callers
1
Parser
Method · 0.95
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected