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

Function getRelativeSettingsFilePathForSource

src/utils/settings/settings.ts:388–392  ·  view source on GitHub ↗
(
  source: 'projectSettings' | 'localSettings',
)

Source from the content-addressed store, hash-verified

386}
387
388export function getRelativeSettingsFilePathForSource(
389 source: 'projectSettings' | 'localSettings',
390): string {
391 return getCanonicalRelativeSettingsFilePathForSource(source)
392}
393
394export function getSettingsForSource(
395 source: SettingSource,

Callers 3

performPostCreationSetupFunction · 0.85
updateSettingsForSourceFunction · 0.85

Tested by

no test coverage detected