MCPcopy 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
767inline const char *BytecodeFileIdentifier() {
768 return "LBCF";
769}
770
771inline bool BytecodeFileBufferHasIdentifier(const void *buf) {
772 return flatbuffers::BufferHasIdentifier(

Calls

no outgoing calls

Tested by

no test coverage detected