MCPcopy Create free account
hub / github.com/HailToDodongo/pyrite64 / getCodeSizeByIndex

Function getCodeSizeByIndex

data/scripts/scriptTable.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 uint16_t getCodeSizeByIndex(uint32_t idx)
35 {
36 if (idx < sizeof(codeTable)/sizeof(codeTable[0])) {
37 return codeSizeTable[idx];
38 }
39 return 0;
40 }
41
42 NodeGraph::GraphFunc getGraphFuncByUUID(uint64_t uuid)
43 {

Callers 2

getAllocSizeMethod · 0.85
initDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected