MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / match_string

Method match_string

aura/pattern_matching.py:167–171  ·  view source on GitHub ↗

match the ast node against the signature

(self, value: str)

Source from the content-addressed store, hash-verified

165
166 @lru_cache()
167 def match_string(self, value: str) -> bool:
168 """
169 match the ast node against the signature
170 """
171 return bool(self._regex.match(value))
172
173
174class GlobPattern(StringPatternMatcher):

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected