Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
protected:
33
std::queue<Node> modules;
Callers
15
roundtrip.cpp
File · 0.80
elem.cpp
File · 0.80
instruction.cpp
File · 0.80
operator()
Method · 0.80
DataCount
Method · 0.80
Data
Method · 0.80
Export
Method · 0.80
type.cpp
File · 0.80
Type
Method · 0.80
Memory
Method · 0.80
write
Method · 0.80
Table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected