MCPcopy
hub / github.com/etcd-io/etcd / RUnlock

Method RUnlock

server/auth/store.go:211–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209type AuthReadTx interface {
210 RLock()
211 RUnlock()
212 UnsafeAuthReader
213}
214

Callers 15

ContainsMethod · 0.65
EqualsMethod · 0.65
LengthMethod · 0.65
ValuesMethod · 0.65
CopyMethod · 0.65
SubMethod · 0.65
getStreamMethod · 0.65
GetLoggerMethod · 0.65
EndpointsMethod · 0.65
GetRequestMetadataMethod · 0.65

Implementers 6

RWMutexclient/v3/experimental/recipes/rwmutex
txMockserver/auth/store_mock_test.go
fakeBatchTxserver/storage/mvcc/kvstore_test.go
readTxserver/storage/backend/read_tx.go
concurrentReadTxserver/storage/backend/read_tx.go
authReadTxserver/storage/schema/auth.go

Calls

no outgoing calls

Tested by 1

testRWMutexFunction · 0.52