Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ DirtyReader
Method
DirtyReader
xenomint/interfaces/interfaces.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
// Reader, or Writer and can be closed by Close.
25
type
Storage
interface
{
26
DirtyReader() *sql.DB
27
Reader() *sql.DB
28
Writer() *sql.DB
29
Close() error
Callers
3
reader
Method · 0.65
TestStorage
Function · 0.65
BenchmarkStorage
Function · 0.65
Calls
no outgoing calls
Tested by
2
TestStorage
Function · 0.52
BenchmarkStorage
Function · 0.52