Skip to content

MegaFileIndex

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/mega-file.types.ts

Mega-file index - Enhanced version of LargeFileIndex for 600KB+ files

Properties

PropertyType
isMegaFiletrue
phaseExtractions`Array<{
phase: number;
name: string;
tokenCount: number;
content: string; // Extracted content for this phase
entityNames: string[]; // Entities found in this phase

}>| |crossPhaseReferences|Array<{ fromPhase: number; toPhase: number; reference: string; // Method/variable name type: 'calls' | 'uses' | 'extends'; }>` |

Was this page helpful?

Download as PDF