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

Function GetAllEntities

cache/entity_cache.go:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560func GetAllEntities() []params.ForgeEntity {
561 return entityCache.GetAllEntities()
562}
563
564func GetAllPools() []params.Pool {
565 return entityCache.GetAllPools()

Callers 3

loadAllEntitiesMethod · 0.92
BuildSnapshotFunction · 0.92
TestGetallEntitiesMethod · 0.85

Calls 1

GetAllEntitiesMethod · 0.80

Tested by 1

TestGetallEntitiesMethod · 0.68