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

Function SetEntityRunnerGroup

cache/entity_cache.go:488–490  ·  view source on GitHub ↗
(entityID, runnerGroupName string, runnerGroupID int64)

Source from the content-addressed store, hash-verified

486}
487
488func SetEntityRunnerGroup(entityID, runnerGroupName string, runnerGroupID int64) {
489 entityCache.SetEntityRunnerGroup(entityID, runnerGroupName, runnerGroupID)
490}
491
492func GetEntityRunnerGroup(entityID, runnerGroupName string) (int64, bool) {
493 return entityCache.GetEntityRunnerGroup(entityID, runnerGroupName)

Callers 1

Calls 1

SetEntityRunnerGroupMethod · 0.80

Tested by

no test coverage detected