MCPcopy Create free account
hub / github.com/chasingboy/Xtools / run

Method run

xtools.py:479–484  ·  view source on GitHub ↗
(self, edit, tool)

Source from the content-addressed store, hash-verified

477# Pentest help module
478class PentestHelpModuleCommand(sublime_plugin.TextCommand):
479 def run(self, edit, tool):
480 if tool == 'upload':
481 global file_upload_package
482 text = file_upload_package
483
484 new_view(self.view, edit, text, 'Markdown.sublime-syntax')
485
486
487# Reserve shell tool

Callers

nothing calls this directly

Calls 1

new_viewFunction · 0.85

Tested by

no test coverage detected