Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ DeleteEntity
Function
DeleteEntity
cache/entity_cache.go:512–514 ·
view source on GitHub ↗
(entityID string)
Source
from the content-addressed store, hash-verified
510
}
511
512
func
DeleteEntity(entityID string) {
513
entityCache.DeleteEntity(entityID)
514
}
515
516
func
SetEntityPool(entityID string, pool params.Pool) {
517
entityCache.SetEntityPool(entityID, pool)
Callers
4
handleEntityEvent
Method · 0.92
TestDeleteEntity
Method · 0.85
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.85
TestDeleteEntityDoesNotAffectOtherEntityPools
Method · 0.85
Calls
1
DeleteEntity
Method · 0.80
Tested by
3
TestDeleteEntity
Method · 0.68
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.68
TestDeleteEntityDoesNotAffectOtherEntityPools
Method · 0.68