Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/etcd
/ StoreCloser
Interface
StoreCloser
tests/integration/v2store/store_test.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
)
28
29
type
StoreCloser
interface
{
30
v2store.Store
31
Close()
32
}
33
34
func
TestNewStoreWithNamespaces(t *testing.T) {
35
s := v2store.New(
"/0"
,
"/1"
)
Callers
8
testRPCTracing
Function · 0.65
TestElectionFailover
Function · 0.65
TestAuthority
Function · 0.65
copyFile
Function · 0.65
TestV3LeaseRecoverAndRevoke
Function · 0.65
TestV3LeaseRevokeAndRecover
Function · 0.65
TestV3LeaseRecoverKeyWithDetachedLease
Function · 0.65
TestV3LeaseRecoverKeyWithMutipleLease
Function · 0.65
Implementers
15
bridgeConn
tools/local-tester/bridge/bridge.go
limitListenerConn
client/pkg/transport/limit_listen.go
unixListener
client/pkg/transport/unix_listener.go
tlsListener
client/pkg/transport/listener_tls.go
lessor
client/v3/lease.go
watcher
client/v3/watch.go
Client
client/v3/client.go
leasingKV
client/v3/leasing/kv.go
watcherPrefix
client/v3/namespace/watch.go
resolver
client/v3/naming/resolver/resolver.go
Session
client/v3/concurrency/session.go
cluster
contrib/raftexample/raftexample_test.g
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…