MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / ReadDefaultsConfigFile

Function ReadDefaultsConfigFile

pkg/wconfig/settingsconfig.go:563–565  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

561}
562
563func ReadDefaultsConfigFile(fileName string) (waveobj.MetaMapType, []ConfigError) {
564 return readConfigFileFS(defaultconfig.ConfigFS, "defaults:", fileName)
565}
566
567func ReadWaveHomeConfigFile(fileName string) (waveobj.MetaMapType, []ConfigError) {
568 configDirAbsPath := wavebase.GetWaveConfigDir()

Callers

nothing calls this directly

Calls 1

readConfigFileFSFunction · 0.85

Tested by

no test coverage detected