MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Get

Method Get

kayak/types/wal.go:26–26  ·  view source on GitHub ↗

random access

(index uint64)

Source from the content-addressed store, hash-verified

24 Read() (*Log, error)
25 // random access
26 Get(index uint64) (*Log, error)
27}

Callers 15

NewChainWithContextFunction · 0.65
advanceNextHeightMethod · 0.65
processAddTxReqMethod · 0.65
ParseDSNFunction · 0.65
GetMethod · 0.65
TestTrie_GetFunction · 0.65
VerifyMethod · 0.65
fetchBlockByIndexKeyMethod · 0.65
QueryMethod · 0.65
updateMetricsMethod · 0.65
getDatabaseIDFunction · 0.65

Implementers 2

MemWalkayak/wal/mem_wal.go
LevelDBWalkayak/wal/leveldb_wal.go

Calls

no outgoing calls

Tested by 4

TestTrie_GetFunction · 0.52
getJSONFunction · 0.52
TestDebugHandlerFunction · 0.52
TestInitMetricWebFunction · 0.52