# core/ids/coverage.ids.ts

> 3 lines of code and 3 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-coverage-ids-ts
Source text: https://banes-lab.com/assets/sources/source.038742f3d83fe0816510b0727c45fd1a0eaafc8c09a02e68bf708f0badf30a98.generated.txt

## Definitions

- `DOCUMENTATION_SECTION_ID` (lexical_declaration, line 1, exported)
- `RENAME_SECTION_ID` (lexical_declaration, line 2, exported)
- `COVERAGE_SECTION_ID` (lexical_declaration, line 3, exported)

## Source

```typescript
export const DOCUMENTATION_SECTION_ID = "documentation-is-code";
export const RENAME_SECTION_ID = "moves-and-renames";
export const COVERAGE_SECTION_ID = "coverage-is-derived";
```
