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

Method delkey

plugin/chatgpt/model.go:156–160  ·  view source on GitHub ↗
(gid int64)

Source from the content-addressed store, hash-verified

154}
155
156func (db *model) delkey(gid int64) (err error) {
157 db.Lock()
158 defer db.Unlock()
159 return db.Del("key", "where qquid = "+strconv.FormatInt(gid, 10))
160}
161
162func (db *model) findkey(gid int64) (content string, err error) {
163 db.Lock()

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected