MCPcopy 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
3ExternTypeInfo* FindFirstType(ByteCode *code)
4{
5 return (ExternTypeInfo*)((char*)(code) + sizeof(ByteCode));
6}
7
8ExternVarInfo* FindFirstVar(ByteCode *code)
9{

Callers 4

ImportEndFunction · 0.85
ImportModuleMethod · 0.85
GetBytecodeMethod · 0.85
LinkCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected