Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
34
func
(w *Set) RLock() {
35
w.mux.RLock()
36
}
37
38
// RUnlock releases a read lock on Set.
39
func
(w *Set) RUnlock() {
Callers
15
Test_ObjectTracker_CircuitBreaker
Function · 0.80
Has
Method · 0.80
Get
Method · 0.80
Keys
Method · 0.80
Satisfied
Method · 0.80
Populated
Method · 0.80
unsatisfied
Method · 0.80
Populated
Method · 0.80
Satisfied
Method · 0.80
kinds
Method · 0.80
Satisfied
Method · 0.80
GetPod
Method · 0.80
Calls
no outgoing calls
Tested by
12
Test_ObjectTracker_CircuitBreaker
Function · 0.64
TestVAPStatusRegistry_Concurrency
Function · 0.64
TestHTTPFetcher_SetBaseURL
Function · 0.64
TestNewHTTPFetcher
Function · 0.64
TestNewHTTPFetcherWithBaseURL
Function · 0.64
TestRetryFailedConnections
Function · 0.64
TestBackgroundCleanupLifecycle
Function · 0.64
TestCloseConnectionWithFailedRetries
Function · 0.64
closedConnectionExists
Function · 0.64
getClosedConnections
Function · 0.64
TestConnectionTTL
Function · 0.64
TestTTLBasedConnectionRemoval
Function · 0.64