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

Method ClearClipboardCallback

src/daemon/runtime_manager.cpp:1169–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169void RuntimeManager::ClearClipboardCallback(const std::string& vm_id) {
1170 std::lock_guard<std::mutex> lock(callback_mutex_);
1171 clipboard_callbacks_.erase(vm_id);
1172}
1173
1174bool RuntimeManager::SendClipboardGrabToGuest(const std::string& vm_id,
1175 uint32_t selection,

Callers 3

CreateRemotePeerMethod · 0.80
CreateRemoteSessionMethod · 0.80
CloseRemoteSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected