MCPcopy
hub / github.com/corpnewt/gibMacOS / update

Method update

Scripts/disk.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 return None
109
110 def update(self):
111 self._update_disks()
112
113 def _update_disks(self):
114 self.disks = self.get_disks()

Callers 4

diskpart_eraseMethod · 0.45
install_ocMethod · 0.45
install_cloverMethod · 0.45
mainMethod · 0.45

Calls 1

_update_disksMethod · 0.95

Tested by

no test coverage detected