MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / revealConfigFile

Method revealConfigFile

packages/bridge-contract/src/bridge.ts:261–261  ·  view source on GitHub ↗

Create the config file if needed and reveal it in the OS file manager.

()

Source from the content-addressed store, hash-verified

259 getConfigPath(): Promise<string | null>
260 /** Create the config file if needed and reveal it in the OS file manager. */
261 revealConfigFile(): Promise<void>
262 /** Subscribe to external edits of the config file (e.g. a synced dotfile or
263 * a hand-edit). The callback receives the new portable config. */
264 onConfigChange(cb: (next: AppConfigPortable) => void): () => void

Callers 1

ConfigFileSectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected