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

Method pop

src/exec/ModuleQueue.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74ModuleQueue::Node ModuleQueue::pop(){
75 ModuleQueue::Node res = modules.front();
76 modules.pop();
77 return res;
78}
79
80static std::optional<std::filesystem::path> extend(std::filesystem::path module_path){
81 if(std::filesystem::exists(module_path)){

Callers 2

CommandParserMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected