MCPcopy 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
134func (e Error) Code() int16 {
135 return e.code
136}
137
138func (e Error) String() string {
139 return e.msg

Callers 10

cmdCreateTopicFunction · 0.80
TestBroker_RunFunction · 0.80
handleCreateTopicMethod · 0.80
handleDeleteTopicsMethod · 0.80
handleLeaderAndISRMethod · 0.80
handleOffsetsMethod · 0.80
handleProduceMethod · 0.80
handleMetadataMethod · 0.80
handleFetchMethod · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestBroker_RunFunction · 0.64