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

Method SetEventHandler

src/runtime/runtime_service.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void ManagedClipboardPort::SetEventHandler(std::function<void(const ClipboardEvent&)> handler) {
205 std::lock_guard<std::mutex> lock(mutex_);
206 event_handler_ = std::move(handler);
207}
208
209// ── ManagedAudioPort ──────────────────────────────────────────────────
210

Callers 1

RuntimeControlServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected