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

Method RLock

pkg/watch/set.go:34–36  ·  view source on GitHub ↗

RLock acquires a read lock on Set.

()

Source from the content-addressed store, hash-verified

32
33// RLock acquires a read lock on Set.
34func (w *Set) RLock() {
35 w.mux.RLock()
36}
37
38// RUnlock releases a read lock on Set.
39func (w *Set) RUnlock() {

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