Expand description
Engine::delete_entity — remove an entity from a mount’s backend
and the in-memory store.
Structs§
- Delete
Referrers - The would-be delete outcome for an entity, derived purely from the
in-memory graph (no mutation).
write_referrersare the Write-Mem sources that block a delete (HAS_INCOMING_REFS);readonly_referrersare ReadOnly-mount sources that instead trigger the residual-stub demotion. Both empty ⇒ a clean removal. Shared byEngine::delete_entity(the real guard) and the CLIdelete --dry-runpreview so the preview’s verdict cannot drift from the real outcome.