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

Method run

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

Source from the content-addressed store, hash-verified

97
98class CountIpv4NumberCommand(sublime_plugin.TextCommand):
99 def run(self, edit):
100 text = count_ipv4_number(self.view)
101 new_view(self.view, edit, text)
102
103
104class ConvertRangeIp2cCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

count_ipv4_numberFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected