Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
ExternVarInfo* FindFirstVar(ByteCode *code)
9
{
10
return (ExternVarInfo*)((char*)(code) + code->offsetToFirstVar);
11
}
12
13
ExternFuncInfo* FindFirstFunc(ByteCode *code)
14
{
Callers
3
ImportModule
Method · 0.85
GetBytecode
Method · 0.85
LinkCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected