Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ hasCommand
Method
hasCommand
src/tools/ecode/plugins/debugger/config.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
bool BusSettings::hasCommand() const {
18
return command && command->isValid();
19
}
20
21
bool BusSettings::hasConnection() const {
22
return connection && connection->isValid();
Callers
2
UniversalLocator
Method · 0.45
commandExists
Method · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected