MCPcopy
hub / github.com/writefreely/writefreely / datastore

Struct datastore

database.go:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151type datastore struct {
152 *sql.DB
153 driverName string
154
155 useSpencerRegex bool
156}
157
158var _ writestore = &datastore{}
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected