Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ set
Method
set
chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:227–227 ·
view source on GitHub ↗
( int idx, Type t )
Source
from the content-addressed store, hash-verified
225
// At/Set child at 'idx' to t
226
Type at (
int
idx ) { throw Utils.TODO(); }
227
void
set(
int
idx, Type t ) { throw Utils.TODO(); }
228
int
nkids() { assert _type < TTUPLE;
return
0; }
// Number of kids
229
230
Callers
3
tern
Method · 0.95
install
Method · 0.95
print
Method · 0.45
Calls
1
TODO
Method · 0.95
Tested by
no test coverage detected