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

Class InfoLoading

include/common/errinfo.h:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51struct InfoLoading {
52 InfoLoading() = delete;
53 InfoLoading(const uint64_t Off) noexcept : Offset(Off) {}
54
55 uint64_t Offset;
56};
57
58struct InfoAST {
59 InfoAST() = delete;

Callers 4

loadFileMethod · 0.85
loadTypeMethod · 0.85
logLoadErrorMethod · 0.85
logNeedProposalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected