MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Open

Function Open

internal/store/sqlite/store.go:36–38  ·  view source on GitHub ↗

Open is kept as a compatibility alias for callers that prefer that name.

(databaseURL string)

Source from the content-addressed store, hash-verified

34
35// Open is kept as a compatibility alias for callers that prefer that name.
36func Open(databaseURL string) (*Store, error) {
37 return New(databaseURL)
38}
39
40type Store struct {
41 db *sql.DB

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected