Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace ecode {
4
5
Bus::State Bus::state() const {
6
return mState;
7
}
8
9
void Bus::setState( State state ) {
10
if ( state == mState )
Callers
2
close
Method · 0.80
isServerConnected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected