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

Class InfoFile

include/common/errinfo.h:44–49  ·  view source on GitHub ↗

Information structures.

Source from the content-addressed store, hash-verified

42
43/// Information structures.
44struct InfoFile {
45 InfoFile() = delete;
46 InfoFile(const std::filesystem::path &FName) noexcept : FileName(FName) {}
47
48 std::filesystem::path FileName;
49};
50
51struct InfoLoading {
52 InfoLoading() = delete;

Callers 2

loadFileMethod · 0.85
parseWasmUnitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected