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

Method set_session_state_callback

src/host/ipc/ipc_client.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void IpcClient::set_session_state_callback(
266 std::function<void(const std::string& json)> cb) {
267 session_state_callback_ = std::move(cb);
268}
269
270void IpcClient::set_export_selected_callback(std::function<void()> cb) {
271 export_selected_callback_ = std::move(cb);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64