Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ Del
Method
Del
common/config/sql/sql.go:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
}
231
232
func
(s *SQL) Del() error {
233
return
s.Set(nil)
234
}
235
236
func
(s *SQL) Save(ctxUser, ctxMessage string) error {
237
return
nil
Callers
nothing calls this directly
Calls
1
Set
Method · 0.95
Tested by
no test coverage detected