Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setContent
Method
setContent
include/ast/section.h:166–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
/// Getter and setter for content.
165
std::optional<uint32_t> getContent() const { return Content; }
166
void setContent(uint32_t Val) noexcept { Content = Val; }
167
168
private:
169
/// \name Data of StartSection.
Callers
2
loadSection
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36