Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createIndexer
Function · 0.45
getKnownRootLabel
Function · 0.45
rememberProjectPath
Function · 0.45
getTrackedRootPathByKey
Function · 0.45
buildProjectDescriptor
Function · 0.45
listProjectDescriptors
Function · 0.45
ensureProjectWatcher
Function · 0.45
getOrCreateProject
Function · 0.45
getProject
Function · 0.45
removeProject
Function · 0.45
handle
Function · 0.45
computeImpactCandidates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected