Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
416
func
(e *NotFoundError) Error() string {
417
return
fmt.Sprintf(
"%q plugin not found: %v"
, e.Name, e.Err)
418
}
419
420
func
(e *NotFoundError) Unwrap() error {
421
return
e.Err
Callers
2
writeError
Method · 0.45
TestPluginError
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestPluginError
Function · 0.36