Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ BlockType
Method
BlockType
include/common/types.h:319–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
};
318
319
BlockType() noexcept = default;
320
BlockType(const ValType &VType) noexcept { setData(VType); }
321
BlockType(uint32_t Idx) noexcept { setData(Idx); }
322
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected