Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
struct InfoLoading {
52
InfoLoading() = delete;
53
InfoLoading(const uint64_t Off) noexcept : Offset(Off) {}
54
55
uint64_t Offset;
56
};
57
58
struct InfoAST {
59
InfoAST() = delete;
Callers
4
loadFile
Method · 0.85
loadType
Method · 0.85
logLoadError
Method · 0.85
logNeedProposal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected