(fileName string)
| 561 | } |
| 562 | |
| 563 | func ReadDefaultsConfigFile(fileName string) (waveobj.MetaMapType, []ConfigError) { |
| 564 | return readConfigFileFS(defaultconfig.ConfigFS, "defaults:", fileName) |
| 565 | } |
| 566 | |
| 567 | func ReadWaveHomeConfigFile(fileName string) (waveobj.MetaMapType, []ConfigError) { |
| 568 | configDirAbsPath := wavebase.GetWaveConfigDir() |
nothing calls this directly
no test coverage detected