Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
OpenReader(dsn string) (*DB, error) {
47
return
open(dsn, false)
48
}
49
50
func
open(dsn string, lock bool) (*DB, error) {
51
if
teaconst.IsQuiting {
Callers
1
Open
Method · 0.92
Calls
1
open
Function · 0.85
Tested by
no test coverage detected