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

Method setContentSize

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

Source from the content-addressed store, hash-verified

28 /// Getter and setter for content size.
29 uint64_t getContentSize() const noexcept { return ContentSize; }
30 void setContentSize(uint64_t Size) noexcept { ContentSize = Size; }
31
32 /// Getter and setter for start offset in source.
33 uint64_t getStartOffset() const noexcept { return StartOffset; }

Callers 2

TESTFunction · 0.80
loadSectionContentMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64