MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / __init__

Method __init__

utils/searcher.py:5–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class SearchResults:
5 def __init__(self):
6 self.name_matches = []
7 self.description_matches = []
8
9
10def search_in_file(file_path, search_string):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected