MCPcopy
hub / github.com/unbug/codelf / run

Method run

Mdnsearch.py:26–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25class CodelfFromInputCommand(sublime_plugin.WindowCommand):
26 def run(self):
27 # Get the search item
28 self.window.show_input_panel('Codelf for', '',
29 self.on_done, self.on_change, self.on_cancel)
30
31 def on_done(self, input):
32 SearchFor(input)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected