MCPcopy
hub / github.com/open-policy-agent/gatekeeper / Populated

Method Populated

pkg/readiness/object_tracker.go:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (t *objectTracker) Populated() bool {
266 t.mu.RLock()
267 defer t.mu.RUnlock()
268
269 return t.populated
270}
271
272// Satisfied returns true if all expectations have been satisfied.
273// Expectations must be populated before the tracker can be considered satisfied.

Callers

nothing calls this directly

Calls 2

RLockMethod · 0.80
RUnlockMethod · 0.80

Tested by

no test coverage detected