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

Method getConfigPath

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

Absolute path of the config file, or null when unsupported (web).

()

Source from the content-addressed store, hash-verified

257 setConfig(next: AppConfigPortable): Promise<void>
258 /** Absolute path of the config file, or null when unsupported (web). */
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

Callers 1

ConfigFileSectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected