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

Method setStartOffset

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

Source from the content-addressed store, hash-verified

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:
37 /// Content size of this section.

Callers 2

TESTFunction · 0.80
loadSectionContentMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64