buildImportedByIndex
function buildImportedByIndex(file): void;Defined in: packages/core/src/data/registry.ts:211
Populate importedBy on every analyzed entry by reversing the
importsFrom edges. Exported (via metadata.ts) for tests.
Referential-integrity note: the analyzer writes only the forward
importsFrom edge; keeping importedBy off disk means drift between
the two can’t happen.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
file |
ComponentMetadataFile |
Returns
Section titled “Returns”void