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

Function GetEntityInstances

cache/instance_cache.go:178–180  ·  view source on GitHub ↗
(entityID string)

Source from the content-addressed store, hash-verified

176}
177
178func GetEntityInstances(entityID string) []params.Instance {
179 return instanceCache.GetEntityInstances(entityID)
180}
181
182func GetEntityForInstance(name string) (params.ForgeEntity, bool) {
183 return instanceCache.GetEntityForInstance(name)

Callers 1

GetGithubRunnersMethod · 0.92

Calls 1

GetEntityInstancesMethod · 0.80

Tested by

no test coverage detected