MCPcopy Create free account
hub / github.com/devfeel/dotweb / ParseConfigSetYaml

Function ParseConfigSetYaml

config/configset.go:37–39  ·  view source on GitHub ↗

ParseConfigSetYaml include ConfigSet yaml file

(configFile string)

Source from the content-addressed store, hash-verified

35
36// ParseConfigSetYaml include ConfigSet yaml file
37func ParseConfigSetYaml(configFile string) (core.ConcurrenceMap, error) {
38 return parseConfigSetFile(configFile, ConfigType_Yaml)
39}
40
41func parseConfigSetFile(configFile string, confType string) (core.ConcurrenceMap, error) {
42 content, err := ioutil.ReadFile(configFile)

Callers 1

IncludeConfigSetMethod · 0.85

Calls 1

parseConfigSetFileFunction · 0.85

Tested by

no test coverage detected