MCPcopy Index your code
hub / github.com/dbcli/mycli / insert_text

Method insert_text

test/pytests/test_key_bindings.py:78–79  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

76 self.transform_calls.append((start, end, handler))
77
78 def insert_text(self, text: str) -> None:
79 self.inserted_text.append(text)
80
81 def validate_and_handle(self) -> None:
82 self.validate_calls += 1

Callers 1

_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected