Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ select
Method
select
include/po/subcommand.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
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:
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected