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

Method notify_removed

src/host/ipc/ipc_client.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void IpcClient::notify_removed(const std::string& variable_name) {
236 oid::MessageComposer composer;
237 composer.push(oid::MessageType::BufferRemoved).push(variable_name);
238 composer.send(transport_);
239}
240
241void IpcClient::send_session_state_changed(const std::string& json) {
242 oid::MessageComposer composer;

Callers 1

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected