Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/distributedio/titan
/ Error
Method
Error
encoding/codec.go:5–5 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
3
// Encoder defines the interface of a RESP encoder
4
type
Encoder
interface
{
5
Error(s string) error
6
SimpleString(s string) error
7
BulkString(s string) error
8
NullBulkString() error
Callers
15
Serve
Method · 0.65
Write
Method · 0.65
serve
Method · 0.65
main
Function · 0.65
TestBulkString_Decode
Function · 0.65
TestError_Decode
Function · 0.65
TestInteger_Decode
Function · 0.65
ReplyError
Function · 0.65
ReadError
Function · 0.65
debugObject
Function · 0.65
FlushDB
Function · 0.65
FlushAll
Function · 0.65
Implementers
1
Encoder
encoding/resp/resp.go
Calls
no outgoing calls
Tested by
15
TestBulkString_Decode
Function · 0.52
TestError_Decode
Function · 0.52
TestInteger_Decode
Function · 0.52
TestStringSetEXS
Function · 0.52
TestStringSetPXS
Function · 0.52
TestStringSetFour
Function · 0.52
TestStringSetThree
Function · 0.52
TestStringSetEx
Function · 0.52
TestStringPSetEx
Function · 0.52
TestStringSetRange
Function · 0.52
TestStringIncr
Function · 0.52
TestStringDecr
Function · 0.52