Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/ZeroBot-Plugin-Playground
/ del
Method
del
plugin/cybercat/catdata.go:278–282 ·
view source on GitHub ↗
(gid, uid string)
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(sql *catdb) del(gid, uid string) error {
279
sql.Lock()
280
defer
sql.Unlock()
281
return
sql.Del(gid,
"where user = "
+uid)
282
}
283
284
func
(sql *catdb) delcat(gid, uid string) error {
285
sql.Lock()
Callers
1
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected