Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ GetEndpoint
Function
GetEndpoint
cache/endpoint_cache.go:66–68 ·
view source on GitHub ↗
(epName string)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
GetEndpoint(epName string) (params.ForgeEndpoint, bool) {
67
return
endpointCache.GetEndpoint(epName)
68
}
69
70
func
RemoveEndpoint(epName string) {
71
endpointCache.RemoveEndpoint(epName)
Callers
1
giteaUpdateLoop
Method · 0.92
Calls
1
GetEndpoint
Method · 0.65
Tested by
no test coverage detected