MCPcopy
hub / github.com/FiloSottile/age / Error

Method Error

plugin/client.go:416–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414}
415
416func (e *NotFoundError) Error() string {
417 return fmt.Sprintf("%q plugin not found: %v", e.Name, e.Err)
418}
419
420func (e *NotFoundError) Unwrap() error {
421 return e.Err

Callers 2

writeErrorMethod · 0.45
TestPluginErrorFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestPluginErrorFunction · 0.36