Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/cross-file-routes.ts
Write full URL paths onto Django endpoints. Mutates the entities in place and returns how many were resolved, so a caller can log a number that means something.
Signature
tsfunction resolveDjangoRoutes(entities: Entity[]): number
Parameters
| Name | Type |
|---|---|
entities | Entity[] |
Returns: number
Was this page helpful?