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