MCPcopy Index your code
hub / github.com/chasingboy/Xtools / run

Method run

xtools.py:185–187  ·  view source on GitHub ↗
(self, edit)

Source from the content-addressed store, hash-verified

183
184class SelectUrlsIncludePathCommand(sublime_plugin.TextCommand):
185 def run(self, edit):
186 text = select_urls(self.view, True)
187 new_view(self.view, edit, text)
188
189
190class SelectRoutersFromTextCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

select_urlsFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected