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

Function ParseConfigSetJSON

config/configset.go:32–34  ·  view source on GitHub ↗

ParseConfigSetJSON include ConfigSet json file

(configFile string)

Source from the content-addressed store, hash-verified

30
31// ParseConfigSetJSON include ConfigSet json file
32func ParseConfigSetJSON(configFile string) (core.ConcurrenceMap, error) {
33 return parseConfigSetFile(configFile, ConfigType_JSON)
34}
35
36// ParseConfigSetYaml include ConfigSet yaml file
37func ParseConfigSetYaml(configFile string) (core.ConcurrenceMap, error) {

Callers 1

IncludeConfigSetMethod · 0.85

Calls 1

parseConfigSetFileFunction · 0.85

Tested by

no test coverage detected