Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ fakePersister
Struct
fakePersister
plugin/pkg/client/auth/azure/azure_test.go:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
type
fakePersister
struct
{
81
lock sync.Mutex
82
cache
map
[string]string
83
}
84
85
func
(p *fakePersister) Persist(cache
map
[string]string) error {
86
p.lock.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected