MCPcopy 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
512func DeleteEntity(entityID string) {
513 entityCache.DeleteEntity(entityID)
514}
515
516func SetEntityPool(entityID string, pool params.Pool) {
517 entityCache.SetEntityPool(entityID, pool)

Calls 1

DeleteEntityMethod · 0.80