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

Function getWifeData

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

Source from the content-addressed store, hash-verified

115}
116
117func getWifeData() (m wifeData) {
118 txt, _ := os.ReadFile(wifeDataPath)
119 _ = json.Unmarshal(txt, &m)
120 return
121}
122
123func getWifeIntrod() (m wifeIntrod) {
124 txt, _ := os.ReadFile(wifeIntrodPath)

Callers 1

convertDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected