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

Method run

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

Source from the content-addressed store, hash-verified

90
91class SelectIpv4PortCommand(sublime_plugin.TextCommand):
92 def run(self, edit):
93 ip_ports = select_ipv4_port(self.view)
94 text = '\n'.join(ip_ports)
95 new_view(self.view, edit, text)
96
97
98class CountIpv4NumberCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

select_ipv4_portFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected