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

Function FindFirstVar

NULLC/Bytecode.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8ExternVarInfo* FindFirstVar(ByteCode *code)
9{
10 return (ExternVarInfo*)((char*)(code) + code->offsetToFirstVar);
11}
12
13ExternFuncInfo* FindFirstFunc(ByteCode *code)
14{

Callers 3

ImportModuleMethod · 0.85
GetBytecodeMethod · 0.85
LinkCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected