MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / clearGRPCStatus

Method clearGRPCStatus

pkg/errors/grpc.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (e *Error) clearGRPCStatus() {
92 e.grpcStatus.Store((*status.Status)(nil))
93}
94
95// GRPCStatus converts the Error into a gRPC status message.
96func (e *Error) GRPCStatus() *status.Status {

Callers 3

setCauseMethod · 0.95
addDetailsMethod · 0.95
mergeAttributesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected