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

Function createCore

lib/executor/coredump.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return;
69}
70AST::CustomSection createCore() {
71 AST::CustomSection Core;
72 Core.setName("core");
73 auto &Content = Core.getContent();
74 Content.insert(Content.begin(), {0x00, 0x00});
75 return Core;
76}
77
78AST::CustomSection createCorestack(
79 Loader::Serializer &Ser, Span<const Runtime::StackManager::Frame> Frames,

Callers 1

generateCoredumpFunction · 0.85

Calls 4

setNameMethod · 0.80
insertMethod · 0.80
getContentMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected