Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ fakeError
Struct
fakeError
util/testing/fake_handler_test.go:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
type
fakeError
struct
{
70
errors []string
71
}
72
73
func
(f *fakeError) Errorf(format string, args ...
interface
{}) {
74
f.errors = append(f.errors, format)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected