MCPcopy 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
17bool BusSettings::hasCommand() const {
18 return command && command->isValid();
19}
20
21bool BusSettings::hasConnection() const {
22 return connection && connection->isValid();

Callers 2

UniversalLocatorMethod · 0.45
commandExistsMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected