| 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 | { |
no outgoing calls
no test coverage detected