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

Function createExportSec

test/loader/serializeDescriptionTest.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21WasmEdge::AST::ExportSection createExportSec(WasmEdge::AST::ExportDesc &Desc) {
22 WasmEdge::AST::ExportSection ExportSec;
23 ExportSec.getContent().push_back(Desc);
24 return ExportSec;
25}
26
27TEST(SerializeDescriptionTest, SerializeImportDesc) {
28 WasmEdge::AST::ImportDesc Desc;

Callers 1

TESTFunction · 0.85

Calls 1

getContentMethod · 0.45

Tested by

no test coverage detected