Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/casbin-etcd-watcher
/ Close
Method
Close
watcher.go:108–110 ·
view source on GitHub ↗
Close closes the Watcher.
()
Source
from the content-addressed store, hash-verified
106
107
// Close closes the Watcher.
108
func
(w *Watcher) Close() {
109
finalizer(w)
110
}
111
112
func
(w *Watcher) createClient() error {
113
cfg := client.Config{
Callers
nothing calls this directly
Calls
1
finalizer
Function · 0.85
Tested by
no test coverage detected