MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / at

Method at

chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:226–226  ·  view source on GitHub ↗
( int idx )

Source from the content-addressed store, hash-verified

224
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

Callers 3

ternMethod · 0.95
rfreeMethod · 0.95
installMethod · 0.95

Calls 1

TODOMethod · 0.95

Tested by

no test coverage detected