Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
type
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_RW
Function · 0.65
Write
Method · 0.65
FNVHash32B
Function · 0.65
newLog
Method · 0.65
writeWAL
Method · 0.65
Bytes
Method · 0.65
TestNAConn
Function · 0.65
clientHandshake
Method · 0.65
Implementers
2
MemWal
kayak/wal/mem_wal.go
LevelDBWal
kayak/wal/leveldb_wal.go
Calls
no outgoing calls
Tested by
2
TestCryptoConn_RW
Function · 0.52
TestNAConn
Function · 0.52