MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / OpenReader

Function OpenReader

internal/utils/dbs/db.go:46–48  ·  view source on GitHub ↗
(dsn string)

Source from the content-addressed store, hash-verified

44}
45
46func OpenReader(dsn string) (*DB, error) {
47 return open(dsn, false)
48}
49
50func open(dsn string, lock bool) (*DB, error) {
51 if teaconst.IsQuiting {

Callers 1

OpenMethod · 0.92

Calls 1

openFunction · 0.85

Tested by

no test coverage detected