MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / _format_tool_available

Function _format_tool_available

tests/TestWipePath.py:72–73  ·  view source on GitHub ↗
(fs_type)

Source from the content-addressed store, hash-verified

70
71
72def _format_tool_available(fs_type):
73 return _resolve_executable(FS_FORMAT_COMMANDS[fs_type][0]) is not None
74
75
76def create_disk_image(n_bytes, fs_type):

Callers 1

test_wipeMethod · 0.85

Calls 1

_resolve_executableFunction · 0.85

Tested by

no test coverage detected