Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ cmd_delete
Method
cmd_delete
mitmproxy/tools/console/grideditor/base.py:386–387 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
384
self.walker.insert()
385
386
def
cmd_delete(self):
387
self.walker.delete_focus()
388
389
def
cmd_read_file(self, path):
390
self.walker.set_current_value(read_file(path, False))
Callers
1
grideditor_delete
Method · 0.80
Calls
1
delete_focus
Method · 0.80
Tested by
no test coverage detected