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

Method Read

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

sequential read, return io.EOF if there is no more records to read

()

Source from the content-addressed store, hash-verified

22 Write(*Log) error
23 // sequential read, return io.EOF if there is no more records to read
24 Read() (*Log, error)
25 // random access
26 Get(index uint64) (*Log, error)
27}

Callers 15

setupFunction · 0.65
TestMergeTwoHashFunction · 0.65
TestNewMerkleFunction · 0.65
TestMarshalHashIssueKeysFunction · 0.65
TestMarshalHashMinerKeyFunction · 0.65
TestMarshalHashAccountFunction · 0.65
TestMarshalHashMinerInfoFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

setupFunction · 0.52
TestMergeTwoHashFunction · 0.52
TestNewMerkleFunction · 0.52
TestMarshalHashIssueKeysFunction · 0.52
TestMarshalHashMinerKeyFunction · 0.52
TestMarshalHashAccountFunction · 0.52
TestMarshalHashMinerInfoFunction · 0.52