MCPcopy Create free account
hub / github.com/cloudbase/garm / GetPoolByID

Function GetPoolByID

cache/entity_cache.go:580–582  ·  view source on GitHub ↗
(poolID string)

Source from the content-addressed store, hash-verified

578}
579
580func GetPoolByID(poolID string) (params.Pool, bool) {
581 return entityCache.GetPoolByID(poolID)
582}
583
584func GetScaleSetByID(scaleSetID uint) (params.ScaleSet, bool) {
585 return entityCache.GetScaleSetByID(scaleSetID)

Calls 1

GetPoolByIDMethod · 0.65