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

Class ConvertRangeC2ipCommand

xtools.py:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110class ConvertRangeC2ipCommand(sublime_plugin.TextCommand):
111 def run(self, edit):
112 text = convert_C_to_ipv4(self.view)
113 new_view(self.view, edit, text)
114
115
116class ConvertRangeIp2bCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected