MCPcopy Index your code
hub / github.com/cockroachdb/errors / Code

Method Code

extgrpc/ext_grpc_test.go:84–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82// statusIface is a thin interface for common gRPC and gogo Status functionality.
83type statusIface interface {
84 Code() codes.Code
85 Message() string
86 Details() []interface{}
87 Err() error

Callers 2

decodeWithGrpcCodeFunction · 0.80
TestEncodeDecodeStatusFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestEncodeDecodeStatusFunction · 0.64