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

Method RUnlock

pkg/watch/set.go:39–41  ·  view source on GitHub ↗

RUnlock releases a read lock on Set.

()

Source from the content-addressed store, hash-verified

37
38// RUnlock releases a read lock on Set.
39func (w *Set) RUnlock() {
40 w.mux.RUnlock()
41}
42
43// DoForEach locks Set to prevent mutations and executes f on every element
44// currently in the set.

Callers 15

HasMethod · 0.80
GetMethod · 0.80
KeysMethod · 0.80
SatisfiedMethod · 0.80
PopulatedMethod · 0.80
unsatisfiedMethod · 0.80
PopulatedMethod · 0.80
SatisfiedMethod · 0.80
kindsMethod · 0.80
SatisfiedMethod · 0.80
GetPodMethod · 0.80

Calls

no outgoing calls