Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ available
Method
available
src/SimpleCLI.cpp:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
bool SimpleCLI::available() const {
135
return cmdQueue;
136
}
137
138
bool SimpleCLI::errored() const {
139
return errorQueue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected