MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / Error

Method Error

runtime/pattern.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type MalformedSequenceError string
21
22func (e MalformedSequenceError) Error() string {
23 return "malformed path escape " + strconv.Quote(string(e))
24}
25
26type op struct {
27 code utilities.OpCode

Callers 1

NewPatternFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected