Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FloatTech/ZeroBot-Plugin
/ Close
Method
Close
plugin/score/model.go:65–68 ·
view source on GitHub ↗
Close ...
()
Source
from the content-addressed store, hash-verified
63
64
// Close ...
65
func
(sdb *scoredb) Close() error {
66
db := sdb.db
67
return
db.Close()
68
}
69
70
// GetScoreByUID 取得分数
71
func
(sdb *scoredb) GetScoreByUID(uid int64) (s scoretable) {
Callers
15
init
Function · 0.45
initializeDB
Function · 0.45
initializePush
Function · 0.45
mkMidi
Function · 0.45
saveto
Method · 0.45
init
Function · 0.45
initUserHabits
Function · 0.45
saveHabits
Function · 0.45
saveIdiomJSON
Function · 0.45
init
Function · 0.45
init
Function · 0.45
initialize
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestGetHoliday
Function · 0.36
TestSetHoliday
Function · 0.36