Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Error
Function
Error
IceFireDB-PubSub/test/proto/types.go:19–21 ·
view source on GitHub ↗
Error
(s string)
Source
from the content-addressed store, hash-verified
17
18
// Error
19
func
Error(s string) string {
20
return
inline(
'-'
, s)
21
}
22
23
func
IsError(s string) bool {
24
return
s[0] ==
'-'
Callers
15
TestSadd
Function · 0.92
TestSismember
Function · 0.92
TestSrem
Function · 0.92
TestSpop
Function · 0.92
TestSrandmember
Function · 0.92
TestSscan
Function · 0.92
TestSortedSet
Function · 0.92
TestSortedSetAdd
Function · 0.92
TestSortedSetRange
Function · 0.92
TestSortedSetRangeByScore
Function · 0.92
TestSortedSetRem
Function · 0.92
TestSortedSetRemRangeByLex
Function · 0.92
Calls
1
inline
Function · 0.70
Tested by
15
TestSadd
Function · 0.74
TestSismember
Function · 0.74
TestSrem
Function · 0.74
TestSpop
Function · 0.74
TestSrandmember
Function · 0.74
TestSscan
Function · 0.74
TestSortedSet
Function · 0.74
TestSortedSetAdd
Function · 0.74
TestSortedSetRange
Function · 0.74
TestSortedSetRangeByScore
Function · 0.74
TestSortedSetRem
Function · 0.74
TestSortedSetRemRangeByLex
Function · 0.74