MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Get

Method Get

lib/raft/raft_interface.go:18–18  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

16 UserSnapshot() error
17 Put(key, value []byte) error
18 Get(key []byte) ([]byte, error)
19}

Callers 15

TestRocksDbStore_SetFunction · 0.65
TestRocksDbStore_GetFunction · 0.65
GetLogMethod · 0.65
GetMethod · 0.65
GetUint64Method · 0.65
TestBoltDbStore_SetFunction · 0.65
TestBoltDbStore_GetFunction · 0.65
GetLogMethod · 0.65

Implementers 1

Impllib/raft/raft_impl.go

Calls

no outgoing calls

Tested by 15

TestRocksDbStore_SetFunction · 0.52
TestRocksDbStore_GetFunction · 0.52
TestBoltDbStore_SetFunction · 0.52
TestBoltDbStore_GetFunction · 0.52
TestInMemStore_SetFunction · 0.52
TestInMemStore_GetFunction · 0.52
TestInMemStore_SetUint64Function · 0.52
TestInMemStore_GetUint64Function · 0.52