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

Function install_platform_hooks

src/platform/app_services.cpp:61–64  ·  view source on GitHub ↗

No-op on native: there is no inbound host message hook to wire here -- that only exists for the non-native (postMessage) embedding, which must install it before its transport starts polling.

Source from the content-addressed store, hash-verified

59// that only exists for the non-native (postMessage) embedding, which must
60// install it before its transport starts polling.
61void install_platform_hooks() {
62 /* no-op on native: no inbound host message hook to wire here; see comment
63 * above */
64}
65
66struct SettingsBackend::Impl {
67 oid::host::SettingsStore store{oid::host::config_file_path()};

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected