MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Reader

Method Reader

xenomint/interfaces/interfaces.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type Storage interface {
26 DirtyReader() *sql.DB
27 Reader() *sql.DB
28 Writer() *sql.DB
29 Close() error
30}

Callers 12

loadIrreHashFunction · 0.65
loadTxPoolFunction · 0.65
loadBlockFunction · 0.65
loadBlocksFunction · 0.65
loadAndCacheAccountsFunction · 0.65
loadAndCacheProvidersFunction · 0.65
queryTxStateMethod · 0.65
readerMethod · 0.65
TestStorageFunction · 0.65
BenchmarkStorageFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestStorageFunction · 0.52
BenchmarkStorageFunction · 0.52