MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / getRelicConfig

Function getRelicConfig

plugin/klala/x.go:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func getRelicConfig() (m relicConfigMap) {
112 txt, _ := os.ReadFile(relicConfigPath)
113 _ = json.Unmarshal(txt, &m)
114 return
115}
116
117func getWifeData() (m wifeData) {
118 txt, _ := os.ReadFile(wifeDataPath)

Callers 1

convertDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected