MCPcopy 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

3package dbs
4
5func IsClosedErr(err error) bool {
6 return err == errDBIsClosed
7}

Callers 1

ExecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected