MCPcopy Index your code
hub / github.com/bugy/script-server / __init__

Method __init__

src/utils/file_utils.py:287–288  ·  view source on GitHub ↗
(self, pattern, working_dir)

Source from the content-addressed store, hash-verified

285
286class SingleFileMatcher:
287 def __init__(self, pattern, working_dir):
288 self.pattern = self._normalize_pattern(pattern, working_dir)
289
290 def has_match(self, absolute_path):
291 if '*' not in self.pattern:

Callers

nothing calls this directly

Calls 1

_normalize_patternMethod · 0.95

Tested by

no test coverage detected