Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ is_selected
Method
is_selected
include/po/subcommand.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
std::string_view description() const noexcept { return Desc; }
29
void select() noexcept { Selected = true; }
30
bool is_selected() const noexcept { return Selected; }
31
32
private:
33
std::string_view Desc;
Callers
2
UniTool
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected