MCPcopy 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
14func Inline(s string) string {
15 return inline('+', s)
16}
17
18// Error
19func Error(s string) string {

Callers 5

TestSaddFunction · 0.92
TestSortedSetFunction · 0.92
mustOKFunction · 0.92
TestTypesFunction · 0.70
TestParseFunction · 0.70

Calls 1

inlineFunction · 0.70

Tested by 5

TestSaddFunction · 0.74
TestSortedSetFunction · 0.74
mustOKFunction · 0.74
TestTypesFunction · 0.56
TestParseFunction · 0.56