MCPcopy 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
32private:
33 std::string_view Desc;

Callers 2

UniToolFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected