Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Close
Method
Close
internal/utils/ratelimit/counter.go:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(this *Counter) Close() {
52
this.closeOnce.Do(
func
() {
53
close(this.done)
54
})
55
}
Callers
nothing calls this directly
Calls
1
Do
Method · 0.80
Tested by
no test coverage detected