Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/parse-result.interface.ts
Summary statistics for a project parse
Properties
| Property | Type |
|---|---|
totalFiles | number |
successfulFiles | number |
failedFiles | number |
skippedFiles | number |
totalEntities | number |
totalRelationships | number |
totalDuration | number |
entitiesByType | Record<string, number> |
relationshipsByType | Record<string, number> |
parserStats | Record<string, ParserStats> |
Was this page helpful?