Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ GetAllPools
Function
GetAllPools
cache/entity_cache.go:564–566 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
562
}
563
564
func
GetAllPools() []params.Pool {
565
return
entityCache.GetAllPools()
566
}
567
568
func
GetAllScaleSets() []params.ScaleSet {
569
return
entityCache.GetAllScaleSets()
Callers
6
BuildSnapshot
Function · 0.92
TestGetAllPools
Method · 0.85
TestDeleteEntityPoolRemovesFromGlobalMap
Method · 0.85
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.85
TestDeleteEntityDoesNotAffectOtherEntityPools
Method · 0.85
TestReplaceEntityPoolsCleansUpRemovedPools
Method · 0.85
Calls
1
GetAllPools
Method · 0.80
Tested by
5
TestGetAllPools
Method · 0.68
TestDeleteEntityPoolRemovesFromGlobalMap
Method · 0.68
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.68
TestDeleteEntityDoesNotAffectOtherEntityPools
Method · 0.68
TestReplaceEntityPoolsCleansUpRemovedPools
Method · 0.68