Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
func
getWifeData() (m wifeData) {
118
txt, _ := os.ReadFile(wifeDataPath)
119
_ = json.Unmarshal(txt, &m)
120
return
121
}
122
123
func
getWifeIntrod() (m wifeIntrod) {
124
txt, _ := os.ReadFile(wifeIntrodPath)
Callers
1
convertData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected