MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getStartOffset

Method getStartOffset

include/ast/section.h:33–33  ·  view source on GitHub ↗

Getter and setter for start offset in source.

Source from the content-addressed store, hash-verified

31
32 /// Getter and setter for start offset in source.
33 uint64_t getStartOffset() const noexcept { return StartOffset; }
34 void setStartOffset(uint64_t Off) noexcept { StartOffset = Off; }
35
36protected:

Callers 2

loadUniversalWASMMethod · 0.80
serializeModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected