MCPcopy Create free account
hub / github.com/SpartanJ/eepp / state

Method state

src/tools/ecode/plugins/debugger/bus.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace ecode {
4
5Bus::State Bus::state() const {
6 return mState;
7}
8
9void Bus::setState( State state ) {
10 if ( state == mState )

Callers 2

closeMethod · 0.80
isServerConnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected