Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
def
_format_tool_available(fs_type):
73
return
_resolve_executable(FS_FORMAT_COMMANDS[fs_type][0]) is not None
74
75
76
def
create_disk_image(n_bytes, fs_type):
Callers
1
test_wipe
Method · 0.85
Calls
1
_resolve_executable
Function · 0.85
Tested by
no test coverage detected