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

Function VerifyBytecodeFileBuffer

lobster/src/lobster/bytecode_generated.h:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776inline bool VerifyBytecodeFileBuffer(
777 flatbuffers::Verifier &verifier) {
778 return verifier.VerifyBuffer<bytecode::BytecodeFile>(BytecodeFileIdentifier());
779}
780
781inline bool VerifySizePrefixedBytecodeFileBuffer(
782 flatbuffers::Verifier &verifier) {

Callers 2

VMMethod · 0.85
LoadByteCodeFunction · 0.85

Calls 1

BytecodeFileIdentifierFunction · 0.85

Tested by

no test coverage detected