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

Method getContentSize

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

Getter and setter for content size.

Source from the content-addressed store, hash-verified

27public:
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.

Callers 3

loadSectionMethod · 0.80
loadSectionMethod · 0.80
loadSectionContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected