MCPcopy Create free account
hub / github.com/WheretIB/nullc / FindCode

Function FindCode

NULLC/Bytecode.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18char* FindCode(ByteCode *code)
19{
20 return ((char*)(code) + code->offsetToCode);
21}

Callers 2

GetBytecodeMethod · 0.85
LinkCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected