Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IsClosedErr
Function
IsClosedErr
internal/utils/dbs/utils.go:5–7 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
3
package
dbs
4
5
func
IsClosedErr(err error) bool {
6
return
err == errDBIsClosed
7
}
Callers
1
Exec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected