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

Function GetEntityRunnerGroup

cache/entity_cache.go:492–494  ·  view source on GitHub ↗
(entityID, runnerGroupName string)

Source from the content-addressed store, hash-verified

490}
491
492func GetEntityRunnerGroup(entityID, runnerGroupName string) (int64, bool) {
493 return entityCache.GetEntityRunnerGroup(entityID, runnerGroupName)
494}
495
496func GetEntity(entityID string) (params.ForgeEntity, bool) {
497 return entityCache.GetEntity(entityID)

Callers 1

Calls 1

GetEntityRunnerGroupMethod · 0.80

Tested by

no test coverage detected