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

Function FindFirstFunc

NULLC/Bytecode.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13ExternFuncInfo* FindFirstFunc(ByteCode *code)
14{
15 return (ExternFuncInfo*)((char*)(code) + code->offsetToFirstFunc);
16}
17
18char* FindCode(ByteCode *code)
19{

Callers 4

AddModuleFunctionMethod · 0.85
ImportModuleMethod · 0.85
GetBytecodeMethod · 0.85
LinkCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected