Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aardappel/treesheets
/ BytecodeFileIdentifier
Function
BytecodeFileIdentifier
lobster/src/lobster/bytecode_generated.h:767–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
}
766
767
inline const char *BytecodeFileIdentifier() {
768
return
"LBCF"
;
769
}
770
771
inline bool BytecodeFileBufferHasIdentifier(const void *buf) {
772
return flatbuffers::BufferHasIdentifier(
Callers
5
BytecodeFileBufferHasIdentifier
Function · 0.85
VerifyBytecodeFileBuffer
Function · 0.85
VerifySizePrefixedBytecodeFileBuffer
Function · 0.85
FinishBytecodeFileBuffer
Function · 0.85
FinishSizePrefixedBytecodeFileBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected