MCPcopy Create free account
hub / github.com/golang/appengine / GetDetail

Method GetDetail

internal/remote_api/remote_api.pb.go:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (m *RpcError) GetDetail() string {
238 if m != nil && m.Detail != nil {
239 return *m.Detail
240 }
241 return ""
242}
243
244type Response struct {
245 Response []byte `protobuf:"bytes,1,opt,name=response" json:"response,omitempty"`

Callers 2

callMethod · 0.45
CallFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected