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

Method make_save_sink

src/platform/app_services.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::function<void(const oid::host::AppSettings&)>
80SettingsBackend::make_save_sink(oid::host::IpcClient& /*ipc*/) const {
81 return [this](const oid::host::AppSettings& a) { impl_->store.save(a); };
82}
83
84SessionBridge::SessionBridge(
85 oid::host::IpcClient& /*ipc*/,

Callers 1

mainFunction · 0.80

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected