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:27–29 ·
view source on GitHub ↗
(r rune, s string)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
inline(r rune, s string) string {
28
return
fmt.Sprintf(
"%s%s\r\n"
, string(r), s)
29
}
30
31
// Int
32
func
Int(n int) string {
Callers
2
Inline
Function · 0.70
Error
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected