Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PuerNya/git-proxy
/ Close
Method
Close
main.go:202–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
func
(c *CertContainer) Close() {
203
if
c.CertWatcher != nil {
204
c.CertWatcher.Close()
205
}
206
if
c.KeyWatcher != nil {
207
c.KeyWatcher.Close()
208
}
209
}
210
211
var
command = &cobra.Command{
212
Use:
"git-proxy"
,
Callers
1
run
Function · 0.95
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected