Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
ExternFuncInfo* FindFirstFunc(ByteCode *code)
14
{
15
return (ExternFuncInfo*)((char*)(code) + code->offsetToFirstFunc);
16
}
17
18
char* FindCode(ByteCode *code)
19
{
Callers
4
AddModuleFunction
Method · 0.85
ImportModule
Method · 0.85
GetBytecode
Method · 0.85
LinkCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected