MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / empty

Method empty

src/exec/ModuleQueue.hpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 );
27 Node pop();
28 inline bool empty() {
29 return modules.empty();
30 }
31
32protected:
33 std::queue<Node> modules;

Callers 15

roundtrip.cppFile · 0.80
elem.cppFile · 0.80
instruction.cppFile · 0.80
operator()Method · 0.80
DataCountMethod · 0.80
DataMethod · 0.80
ExportMethod · 0.80
type.cppFile · 0.80
TypeMethod · 0.80
MemoryMethod · 0.80
writeMethod · 0.80
TableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected