Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ stringToBytes
Function
stringToBytes
lib/datastore/inmem_test.go:376–378 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
374
}
375
376
func
stringToBytes(s string) []byte {
377
return
[]byte(s)
378
}
Callers
15
TestRocksDbStore_Set
Function · 0.85
TestRocksDbStore_Get
Function · 0.85
TestRocksDbStore_SetUint64
Function · 0.85
TestRocksDbStore_GetUint64
Function · 0.85
TestBoltDbStore_Set
Function · 0.85
TestBoltDbStore_Get
Function · 0.85
TestBoltDbStore_SetUint64
Function · 0.85
TestBoltDbStore_GetUint64
Function · 0.85
TestInMemStore_Set
Function · 0.85
TestInMemStore_Get
Function · 0.85
TestInMemStore_SetUint64
Function · 0.85
TestInMemStore_GetUint64
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected