MCPcopy Create free account
hub / github.com/78/tenbox / SetStateHandler

Method SetStateHandler

src/runtime/runtime_service.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void ManagedDisplayPort::SetStateHandler(std::function<void(bool, uint32_t, uint32_t)> handler) {
187 std::lock_guard<std::mutex> lock(mutex_);
188 state_handler_ = std::move(handler);
189}
190
191// ── ManagedClipboardPort ──────────────────────────────────────────────
192

Callers 1

RuntimeControlServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected