Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ OpenWriter
Function
OpenWriter
internal/utils/dbs/db.go:42–44 ·
view source on GitHub ↗
(dsn string)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
OpenWriter(dsn string) (*DB, error) {
43
return
open(dsn, true)
44
}
45
46
func
OpenReader(dsn string) (*DB, error) {
47
return
open(dsn, false)
Callers
5
Init
Method · 0.92
Init
Method · 0.92
init
Method · 0.92
Open
Method · 0.92
UpgradeV3
Method · 0.92
Calls
1
open
Function · 0.85
Tested by
no test coverage detected