MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / IsRunning

Method IsRunning

Source/Services/Discovery/Source/DiscoveryService.cpp:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool DiscoveryService::IsRunning() {
99 // Install all
100 for (const ComRef<IDiscoveryListener>& listener : listeners) {
101 if (!listener->IsRunning()) {
102 return false;
103 }
104 }
105
106 // OK
107 return true;
108}
109
110bool DiscoveryService::Start() {
111 bool anyFailed = false;

Callers 4

OnToggleInstanceMethod · 0.45
UpdateMethod · 0.45
OnTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected