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

Function GetEntityForScaleSet

cache/entity_cache.go:572–574  ·  view source on GitHub ↗
(scaleSetID uint)

Source from the content-addressed store, hash-verified

570}
571
572func GetEntityForScaleSet(scaleSetID uint) (params.ForgeEntity, bool) {
573 return entityCache.GetEntityForScaleSet(scaleSetID)
574}
575
576func GetEntityForPool(poolID string) (params.ForgeEntity, bool) {
577 return entityCache.GetEntityForPool(poolID)

Callers 1

Calls 1

GetEntityForScaleSetMethod · 0.80

Tested by 1