Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ testMemoryDatastore
Function
testMemoryDatastore
lib/datastore/inmem_test.go:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
testMemoryDatastore() DataStore {
11
ds, _ := NewLogInMemStorage(config.Config{})
12
return
ds
13
}
14
func
createRaftLog(idx uint64, data string) *raft.Log {
15
return
&raft.Log{
16
Data: []byte(data),
Callers
10
TestInMemStore_GetLog
Function · 0.85
TestInMemStore_DeleteRange
Function · 0.85
TestInMemStore_StoreLog
Function · 0.85
TestInMemStore_StoreLogs
Function · 0.85
TestInMemStore_FirstIndex
Function · 0.85
TestInMemStore_LastIndex
Function · 0.85
TestInMemStore_Set
Function · 0.85
TestInMemStore_Get
Function · 0.85
TestInMemStore_SetUint64
Function · 0.85
TestInMemStore_GetUint64
Function · 0.85
Calls
1
NewLogInMemStorage
Function · 0.85
Tested by
no test coverage detected