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

Method get

src/core/analyzer-registry.ts:44–46  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

42 }
43
44 get(name: string): FrameworkAnalyzer | undefined {
45 return this.analyzers.get(name);
46 }
47
48 getAll(): FrameworkAnalyzer[] {
49 return [...this.sortedAnalyzers];

Callers 15

createIndexerFunction · 0.45
getKnownRootLabelFunction · 0.45
rememberProjectPathFunction · 0.45
getTrackedRootPathByKeyFunction · 0.45
buildProjectDescriptorFunction · 0.45
listProjectDescriptorsFunction · 0.45
ensureProjectWatcherFunction · 0.45
getOrCreateProjectFunction · 0.45
getProjectFunction · 0.45
removeProjectFunction · 0.45
handleFunction · 0.45
computeImpactCandidatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected