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

Method run

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

Source from the content-addressed store, hash-verified

103
104class ConvertRangeIp2cCommand(sublime_plugin.TextCommand):
105 def run(self, edit):
106 text = convert_ipv4_to_C(self.view)
107 new_view(self.view, edit, text)
108
109
110class ConvertRangeC2ipCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

convert_ipv4_to_CFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected