MCPcopy
hub / github.com/ChinaGodMan/UserScripts / SearchResults

Class SearchResults

utils/searcher.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
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 1

search_in_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected