MCPcopy Create free account
hub / github.com/Noumena-Network/code / getManagedSettingsFilePath

Function getManagedSettingsFilePath

src/utils/settings/settings.ts:63–65  ·  view source on GitHub ↗

* Get the path to the managed settings file based on the current platform

()

Source from the content-addressed store, hash-verified

61 * Get the path to the managed settings file based on the current platform
62 */
63function getManagedSettingsFilePath(): string {
64 return join(getManagedFilePath(), 'managed-settings.json')
65}
66
67/**
68 * Load file-based managed settings: managed-settings.json + managed-settings.d/*.json.

Calls

no outgoing calls

Tested by

no test coverage detected