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

Class SelectRoutersFromTextCommand

xtools.py:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
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

no outgoing calls

Tested by

no test coverage detected