MCPcopy
hub / github.com/facelessuser/BracketHighlighter / execute

Method execute

bh_core.py:902–908  ·  view source on GitHub ↗

Trigger actual BH command.

(self)

Source from the content-addressed store, hash-verified

900 self.execute()
901
902 def execute(self):
903 """Trigger actual BH command."""
904
905 debug("Key Event")
906 self.bh.match(self.view)
907 bh_thread.ignore_all = False
908 bh_thread.time = time()
909
910 def is_enabled(self, **kwargs):
911 """Check if command is enabled."""

Callers 1

runMethod · 0.95

Calls 2

debugFunction · 0.85
matchMethod · 0.45

Tested by

no test coverage detected