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

Method run

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

Source from the content-addressed store, hash-verified

189
190class SelectRoutersFromTextCommand(sublime_plugin.TextCommand):
191 def run(self, edit):
192 text = get_buffer_text(self.view)
193 results = select_routers(text)
194 text = filter_routers(results)
195 new_view(self.view, edit, text)
196
197
198class RecoverJsLinkCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 4

get_buffer_textFunction · 0.85
select_routersFunction · 0.85
filter_routersFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected