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

Method run

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

Source from the content-addressed store, hash-verified

177# URL And Router
178class SelectUrlsExcludePathCommand(sublime_plugin.TextCommand):
179 def run(self, edit):
180 text = select_urls(self.view, False)
181 new_view(self.view, edit, text)
182
183
184class SelectUrlsIncludePathCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

select_urlsFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected