MCPcopy 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

ternMethod · 0.95
installMethod · 0.95
printMethod · 0.45

Calls 1

TODOMethod · 0.95

Tested by

no test coverage detected