MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / is_window_ready

Method is_window_ready

src/oidbridge/oid_bridge.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 [[nodiscard]] bool is_window_ready() const {
134 return client_ != nullptr && ui_proc_.isRunning();
135 }
136
137 std::deque<std::string> get_observed_symbols() {
138 assert(client_ != nullptr);

Callers 1

oid_is_window_readyFunction · 0.80

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected