MCPcopy Index your code
hub / github.com/cameri/nostream / getDefaultSettingsFilePath

Method getDefaultSettingsFilePath

src/utils/settings.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public static getDefaultSettingsFilePath(): string {
25 return join(process.cwd(), 'resources', 'default-settings.yaml')
26 }
27
28 public static loadAndParseYamlFile(path: string): Settings {
29 const defaultSettingsFileContent = fs.readFileSync(path, { encoding: 'utf-8' })

Callers 3

settings.spec.tsFile · 0.80
createSettingsMethod · 0.80
watchSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected