Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
151
type
datastore
struct
{
152
*sql.DB
153
driverName string
154
155
useSpencerRegex bool
156
}
157
158
var
_ writestore = &datastore{}
159
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected