Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
class
SearchResults:
5
def
__init__(self):
6
self.name_matches = []
7
self.description_matches = []
8
9
10
def
search_in_file(file_path, search_string):
Callers
1
search_in_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected