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

Method logNeedProposal

include/loader/loader.h:266–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 return Unexpect(Code);
265 }
266 inline Unexpected<ErrCode> logNeedProposal(ErrCode Code, Proposal Prop,
267 uint64_t Off,
268 ASTNodeAttr Node) const noexcept {
269 spdlog::error(Code);
270 spdlog::error(ErrInfo::InfoProposal(Prop));
271 spdlog::error(ErrInfo::InfoLoading(Off));
272 spdlog::error(ErrInfo::InfoAST(Node));
273 return Unexpect(Code);
274 }
275 /// @}
276
277 /// \name Load AST Module functions

Callers

nothing calls this directly

Calls 5

InfoProposalClass · 0.85
InfoLoadingClass · 0.85
InfoASTClass · 0.85
UnexpectFunction · 0.85
errorFunction · 0.50

Tested by

no test coverage detected