Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Inline
Function
Inline
IceFireDB-PubSub/test/proto/types.go:14–16 ·
view source on GitHub ↗
Inline string
(s string)
Source
from the content-addressed store, hash-verified
12
13
// Inline string
14
func
Inline(s string) string {
15
return
inline(
'+'
, s)
16
}
17
18
// Error
19
func
Error(s string) string {
Callers
5
TestSadd
Function · 0.92
TestSortedSet
Function · 0.92
mustOK
Function · 0.92
TestTypes
Function · 0.70
TestParse
Function · 0.70
Calls
1
inline
Function · 0.70
Tested by
5
TestSadd
Function · 0.74
TestSortedSet
Function · 0.74
mustOK
Function · 0.74
TestTypes
Function · 0.56
TestParse
Function · 0.56