MCPcopy 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
376func stringToBytes(s string) []byte {
377 return []byte(s)
378}

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected