MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / _compile_all

Method _compile_all

aura/cache.py:426–431  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

424
425 @classmethod
426 def _compile_all(cls):
427 if cls._AST_PATTERN_CACHE is None:
428 with concurrent.futures.ThreadPoolExecutor() as e:
429 cls._AST_PATTERN_CACHE = tuple(e.map(ASTPattern, config.SEMANTIC_RULES.get("patterns", [])))
430
431 return cls._AST_PATTERN_CACHE
432
433 @classmethod
434 def get_patterns_hash(cls) -> str:

Callers 1

proxyMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected