MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / inline

Function inline

IceFireDB-PubSub/test/proto/types.go:27–29  ·  view source on GitHub ↗
(r rune, s string)

Source from the content-addressed store, hash-verified

25}
26
27func inline(r rune, s string) string {
28 return fmt.Sprintf("%s%s\r\n", string(r), s)
29}
30
31// Int
32func Int(n int) string {

Callers 2

InlineFunction · 0.70
ErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected