Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts
Metadata about the parse operation
Properties
| Property | Type |
|---|---|
duration | number |
linesOfCode | number |
fileSize | number |
language | string |
framework | string |
fileHash | string |
complexity | number |
Was this page helpful?