MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / constructor

Method constructor

src/analyzers/angular/index.ts:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 readonly priority = 100; // Highest priority for Angular files
56
57 constructor() {
58 // Self-register Angular-specific complementary patterns.
59 // computed + effect are complementary, not conflicting.
60 registerComplementaryPatterns('reactivity', ['Computed', 'Effect']);
61 }
62
63 private angularPatterns = {
64 component: /@Component\s*\(/,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected