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

Function EXPECTED_TRY

lib/loader/ast/component/component_sort.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 EXPECTED_TRY(loadSort(SortIdx.getSort()));
17 }
18 EXPECTED_TRY(uint32_t Idx, FMgr.readU32().map_error([this](auto E) {
19 return logLoadError(E, FMgr.getLastOffset(), ASTNodeAttr::Comp_Sort);
20 }));
21 SortIdx.setIdx(Idx);
22 return {};
23}

Callers 12

loadSortIndexMethod · 0.70
loadExportMethod · 0.70
loadDescMethod · 0.70
loadCoreAliasMethod · 0.70
loadAliasMethod · 0.70
loadStartMethod · 0.70
loadSectionMethod · 0.70
loadImportMethod · 0.70
loadComponentMethod · 0.70
loadCoreInstanceMethod · 0.70
loadInstanceMethod · 0.70
loadCanonicalMethod · 0.70

Calls 1

getLastOffsetMethod · 0.80

Tested by

no test coverage detected