MCPcopy Create free account
hub / github.com/RUB-NDS/PRET / complete_fuzz

Method complete_fuzz

printer.py:788–789  ·  view source on GitHub ↗
(self, text, line, begidx, endidx)

Source from the content-addressed store, hash-verified

786 options_fuzz = ("path", "write", "blind")
787
788 def complete_fuzz(self, text, line, begidx, endidx):
789 return [cat for cat in self.options_fuzz if cat.startswith(text)]
790
791 # ====================================================================
792

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected