MCPcopy
hub / github.com/tinode/chat / Error

Method Error

server/store/types/types.go:22–24  ·  view source on GitHub ↗

Error is required by error interface.

()

Source from the content-addressed store, hash-verified

20
21// Error is required by error interface.
22func (s StoreError) Error() string {
23 return string(s)
24}
25
26const (
27 // ErrInternal means DB or other internal failure.

Callers 15

mainFunction · 0.80
initTopicNewGrpFunction · 0.80
parseTLSConfigFunction · 0.80
TestDispatchHelloFunction · 0.80
TestDispatchLoginFunction · 0.80
TestDispatchSubscribeFunction · 0.80
TestDispatchLeaveFunction · 0.80
TestDispatchPublishFunction · 0.80
TestDispatchGetFunction · 0.80
TestDispatchSetFunction · 0.80
TestDispatchDelMsgFunction · 0.80
TestDispatchNoteFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestDispatchHelloFunction · 0.64
TestDispatchLoginFunction · 0.64
TestDispatchSubscribeFunction · 0.64
TestDispatchLeaveFunction · 0.64
TestDispatchPublishFunction · 0.64
TestDispatchGetFunction · 0.64
TestDispatchSetFunction · 0.64
TestDispatchDelMsgFunction · 0.64
TestDispatchNoteFunction · 0.64
TestDispatchAccNewFunction · 0.64
TestHandleBroadcastCallFunction · 0.64