MCPcopy Index your code
hub / github.com/archlinux/archinstall / is_delete

Method is_delete

archinstall/lib/models/device.py:1002–1003  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1000 return self.status == ModificationStatus.MODIFY
1001
1002 def is_delete(self) -> bool:
1003 return self.status == ModificationStatus.DELETE
1004
1005 def exists(self) -> bool:
1006 return self.status == ModificationStatus.EXIST

Callers 4

as_segmentsMethod · 0.80
filter_optionsMethod · 0.80
parse_argMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected