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

Method Write

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

sequential write

(*Log)

Source from the content-addressed store, hash-verified

20type Wal interface {
21 // sequential write
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

Callers 8

TestCryptoConn_RWFunction · 0.65
WriteMethod · 0.65
FNVHash32BFunction · 0.65
newLogMethod · 0.65
writeWALMethod · 0.65
BytesMethod · 0.65
TestNAConnFunction · 0.65
clientHandshakeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestCryptoConn_RWFunction · 0.52
TestNAConnFunction · 0.52