Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ IsEnabled
Method
IsEnabled
include/cli/cli.h:277–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
protected:
276
const std::string& Name() const { return name; }
277
bool IsEnabled() const { return enabled; }
278
private:
279
const std::string name;
280
bool enabled;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected