Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ FindFirstType
Function
FindFirstType
NULLC/Bytecode.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"Bytecode.h"
2
3
ExternTypeInfo* FindFirstType(ByteCode *code)
4
{
5
return (ExternTypeInfo*)((char*)(code) + sizeof(ByteCode));
6
}
7
8
ExternVarInfo* FindFirstVar(ByteCode *code)
9
{
Callers
4
ImportEnd
Function · 0.85
ImportModule
Method · 0.85
GetBytecode
Method · 0.85
LinkCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected