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

Method nkids

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

Source from the content-addressed store, hash-verified

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
231 // Clear and re-insert the basic Type INTERN table

Callers 3

ternMethod · 0.95
rfreeMethod · 0.95
installMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected