MCPcopy Create free account
hub / github.com/aardappel/treesheets / GetBytecodeFile

Function GetBytecodeFile

lobster/src/lobster/bytecode_generated.h:759–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759inline const bytecode::BytecodeFile *GetBytecodeFile(const void *buf) {
760 return flatbuffers::GetRoot<bytecode::BytecodeFile>(buf);
761}
762
763inline const bytecode::BytecodeFile *GetSizePrefixedBytecodeFile(const void *buf) {
764 return flatbuffers::GetSizePrefixedRoot<bytecode::BytecodeFile>(buf);

Callers 4

VMMethod · 0.85
LogInitMethod · 0.85
ToNativeFunction · 0.85
DisAsmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected