Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/travisjeffery/jocko
/ Code
Method
Code
protocol/error.go:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
func
(e Error) Code() int16 {
135
return
e.code
136
}
137
138
func
(e Error) String() string {
139
return
e.msg
Callers
10
cmdCreateTopic
Function · 0.80
TestBroker_Run
Function · 0.80
handleCreateTopic
Method · 0.80
handleDeleteTopics
Method · 0.80
handleLeaderAndISR
Method · 0.80
handleOffsets
Method · 0.80
handleProduce
Method · 0.80
handleMetadata
Method · 0.80
handleFetch
Method · 0.80
setup
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestBroker_Run
Function · 0.64