Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nuttx
/ delete_files
Method
delete_files
tools/flash_writer.py:572–574 ·
view source on GitHub ↗
(self, files)
Source
from the content-addressed store, hash-verified
570
self.wait_for_prompt()
571
572
def
delete_files(self, files):
573
for
file in files:
574
self.delete_binary(file)
575
576
def
delete_binary(self, bin_name):
577
self.send(
"rm "
+ bin_name)
Callers
1
main
Function · 0.95
Calls
1
delete_binary
Method · 0.95
Tested by
no test coverage detected