MCPcopy 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
66func GetEndpoint(epName string) (params.ForgeEndpoint, bool) {
67 return endpointCache.GetEndpoint(epName)
68}
69
70func RemoveEndpoint(epName string) {
71 endpointCache.RemoveEndpoint(epName)

Callers 1

giteaUpdateLoopMethod · 0.92

Calls 1

GetEndpointMethod · 0.65

Tested by

no test coverage detected