MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / set_search

Method set_search

mitmproxy/tools/console/searchable.py:43–46  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

41 return super().keypress(size, key)
42
43 def set_search(self, text):
44 self.last_search = text
45 self.search_term = text or None
46 self.find_next(False)
47
48 def set_highlight(self, offset):
49 if self.current_highlight is not None:

Callers

nothing calls this directly

Calls 1

find_nextMethod · 0.95

Tested by

no test coverage detected