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

Function parseEithersList

test/spec/spectest.cpp:233–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233std::vector<std::vector<std::pair<std::string, std::string>>>
234parseEithersList(const simdjson::dom::array &Args) {
235 std::vector<std::vector<std::pair<std::string, std::string>>> Result;
236 Result.reserve(Args.size());
237 for (auto &Maybe : parseExpectedList(Args)) {
238 Result.emplace_back(
239 std::vector<std::pair<std::string, std::string>>{Maybe});
240 }
241 return Result;
242}
243
244struct TestsuiteProposal {
245 TestsuiteProposal(

Callers 1

processCommandsMethod · 0.85

Calls 2

parseExpectedListFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected