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

Method getAll

src/core/analyzer-registry.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 getAll(): FrameworkAnalyzer[] {
49 return [...this.sortedAnalyzers];
50 }
51
52 private isExtraExtension(filePath: string, extraFileExtensions?: string[]): boolean {
53 if (!extraFileExtensions?.length) {

Callers 4

mainFunction · 0.80
indexMethod · 0.80
detectMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected