Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ IsRunning
Function
IsRunning
Source/URLab/Public/Bridge/BridgeServer.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
void Stop();
42
43
bool IsRunning() const { return Dispatcher.IsValid(); }
44
45
bool HasBoundRpcTransport() const { return RpcTransports.Num() > 0; }
46
Callers
nothing calls this directly
Calls
1
IsValid
Method · 0.80
Tested by
no test coverage detected