# Build tree — Anatomy — Bane's Lab

> A member holding 87 files, 4303 lines of code, 1046 definitions and 206 call edges.

Canonical: https://banes-lab.com/anatomy/build

# The Anatomy

The anatomy page shows the client source of this site, parsed on every build. The reading tab explains what the page measures, and the tree tab holds the source as it sits on disk, with every folder and file and, for each file, its syntax walk, its definitions with their call edges, and the source itself.

# Build tree

## Files

- [root](#folder-build)

- [configuration](#folder-build-configuration)

- [constants](#folder-build-configuration-constants)

- [chapter.constants.ts](#file-build-configuration-constants-chapter-constants-ts)
- [contract.constants.ts](#file-build-configuration-constants-contract-constants-ts)
- [coordination.constants.ts](#file-build-configuration-constants-coordination-constants-ts)
- [coverage.constants.ts](#file-build-configuration-constants-coverage-constants-ts)
- [evidence.constants.ts](#file-build-configuration-constants-evidence-constants-ts)
- [inventory.constants.ts](#file-build-configuration-constants-inventory-constants-ts)
- [leak.constants.ts](#file-build-configuration-constants-leak-constants-ts)
- [panel.constants.ts](#file-build-configuration-constants-panel-constants-ts)
- [readme.constants.ts](#file-build-configuration-constants-readme-constants-ts)
- [seed.constants.ts](#file-build-configuration-constants-seed-constants-ts)
- [source.constants.ts](#file-build-configuration-constants-source-constants-ts)
- [tone.constants.ts](#file-build-configuration-constants-tone-constants-ts)
- [writing.constants.ts](#file-build-configuration-constants-writing-constants-ts)
- [records](#folder-build-configuration-records)

- [writing.record.ts](#file-build-configuration-records-writing-record-ts)
- [strings](#folder-build-configuration-strings)

- [baseline.strings.ts](#file-build-configuration-strings-baseline-strings-ts)
- [chapter.strings.ts](#file-build-configuration-strings-chapter-strings-ts)
- [contract.strings.ts](#file-build-configuration-strings-contract-strings-ts)
- [coordination.strings.ts](#file-build-configuration-strings-coordination-strings-ts)
- [coverage.strings.ts](#file-build-configuration-strings-coverage-strings-ts)
- [derivation.strings.ts](#file-build-configuration-strings-derivation-strings-ts)
- [panel.strings.ts](#file-build-configuration-strings-panel-strings-ts)
- [readme.strings.ts](#file-build-configuration-strings-readme-strings-ts)
- [core](#folder-build-core)

- [analyzers](#folder-build-core-analyzers)

- [tone.analyzer.ts](#file-build-core-analyzers-tone-analyzer-ts)
- [converters](#folder-build-core-converters)

- [invariant.converter.ts](#file-build-core-converters-invariant-converter-ts)
- [inventory.converter.ts](#file-build-core-converters-inventory-converter-ts)
- [lesson.converter.ts](#file-build-core-converters-lesson-converter-ts)
- [principle.converter.ts](#file-build-core-converters-principle-converter-ts)
- [section.converter.ts](#file-build-core-converters-section-converter-ts)
- [coordinators](#folder-build-core-coordinators)

- [chapter.coordinator.ts](#file-build-core-coordinators-chapter-coordinator-ts)
- [loaders](#folder-build-core-loaders)

- [chapter.loader.ts](#file-build-core-loaders-chapter-loader-ts)
- [coordination.loader.ts](#file-build-core-loaders-coordination-loader-ts)
- [coverage.loader.ts](#file-build-core-loaders-coverage-loader-ts)
- [inventory.loader.ts](#file-build-core-loaders-inventory-loader-ts)
- [leak.loader.ts](#file-build-core-loaders-leak-loader-ts)
- [link.loader.ts](#file-build-core-loaders-link-loader-ts)
- [panel.loader.ts](#file-build-core-loaders-panel-loader-ts)
- [payload.loader.ts](#file-build-core-loaders-payload-loader-ts)
- [readme.loader.ts](#file-build-core-loaders-readme-loader-ts)
- [section.loader.ts](#file-build-core-loaders-section-loader-ts)
- [seed.loader.ts](#file-build-core-loaders-seed-loader-ts)
- [strings.loader.ts](#file-build-core-loaders-strings-loader-ts)
- [matchers](#folder-build-core-matchers)

- [leak.matcher.ts](#file-build-core-matchers-leak-matcher-ts)
- [normalizers](#folder-build-core-normalizers)

- [link.normalizer.ts](#file-build-core-normalizers-link-normalizer-ts)
- [readme.normalizer.ts](#file-build-core-normalizers-readme-normalizer-ts)
- [sentence.normalizer.ts](#file-build-core-normalizers-sentence-normalizer-ts)
- [word.normalizer.ts](#file-build-core-normalizers-word-normalizer-ts)
- [persistence](#folder-build-core-persistence)

- [chapter.persistence.ts](#file-build-core-persistence-chapter-persistence-ts)
- [report.persistence.ts](#file-build-core-persistence-report-persistence-ts)
- [renderers](#folder-build-core-renderers)

- [baseline.renderer.ts](#file-build-core-renderers-baseline-renderer-ts)
- [chapter.renderer.ts](#file-build-core-renderers-chapter-renderer-ts)
- [faq.renderer.ts](#file-build-core-renderers-faq-renderer-ts)
- [markdown.renderer.ts](#file-build-core-renderers-markdown-renderer-ts)
- [readme.renderer.ts](#file-build-core-renderers-readme-renderer-ts)
- [wiki.renderer.ts](#file-build-core-renderers-wiki-renderer-ts)
- [reporters](#folder-build-core-reporters)

- [derivation.reporter.ts](#file-build-core-reporters-derivation-reporter-ts)
- [validators](#folder-build-core-validators)

- [chapter.validator.ts](#file-build-core-validators-chapter-validator-ts)
- [coordination.validator.ts](#file-build-core-validators-coordination-validator-ts)
- [coverage.validator.ts](#file-build-core-validators-coverage-validator-ts)
- [evidence.validator.ts](#file-build-core-validators-evidence-validator-ts)
- [leak.validator.ts](#file-build-core-validators-leak-validator-ts)
- [link.validator.ts](#file-build-core-validators-link-validator-ts)
- [panel.validator.ts](#file-build-core-validators-panel-validator-ts)
- [writing.validator.ts](#file-build-core-validators-writing-validator-ts)
- [runtime](#folder-build-runtime)

- [entrypoints](#folder-build-runtime-entrypoints)

- [chapter.entrypoint.ts](#file-build-runtime-entrypoints-chapter-entrypoint-ts)
- [coordination.entrypoint.ts](#file-build-runtime-entrypoints-coordination-entrypoint-ts)
- [coverage.entrypoint.ts](#file-build-runtime-entrypoints-coverage-entrypoint-ts)
- [inventory.entrypoint.ts](#file-build-runtime-entrypoints-inventory-entrypoint-ts)
- [leak.entrypoint.ts](#file-build-runtime-entrypoints-leak-entrypoint-ts)
- [link.entrypoint.ts](#file-build-runtime-entrypoints-link-entrypoint-ts)
- [seed.entrypoint.ts](#file-build-runtime-entrypoints-seed-entrypoint-ts)
- [tone.entrypoint.ts](#file-build-runtime-entrypoints-tone-entrypoint-ts)
- [writing.entrypoint.ts](#file-build-runtime-entrypoints-writing-entrypoint-ts)
- [types](#folder-build-types)

- [chapter.types.ts](#file-build-types-chapter-types-ts)
- [coverage.types.ts](#file-build-types-coverage-types-ts)
- [derivation.types.ts](#file-build-types-derivation-types-ts)
- [inventory.types.ts](#file-build-types-inventory-types-ts)
- [leak.types.ts](#file-build-types-leak-types-ts)
- [lesson.types.ts](#file-build-types-lesson-types-ts)
- [panel.types.ts](#file-build-types-panel-types-ts)
- [readme.types.ts](#file-build-types-readme-types-ts)
- [tone.types.ts](#file-build-types-tone-types-ts)
- [writing.types.ts](#file-build-types-writing-types-ts)
- [_manifest.json](#file-build-manifest-json)
- [package.json](#file-build-package-json)
- [README.md](#file-build-readme-md)
- [tsconfig.json](#file-build-tsconfig-json)
- [tsconfig.base.json](#file-build-tsconfig-base-json)

## root

A **member** holding **87** files, **4303** lines of code, **1046** definitions and **206** call edges.

### Stats

Files 87

Lines of code 4303

Blank lines 756

Bytes 195090

Definitions 1046

Exported 649

Callable 275

Call edges 206

isolated flow 854

leaf flow 80

entry flow 69

relay flow 43

Findings no anomalies

### Folders

[configuration](#folder-build-configuration)

A **container** holding **22** files, **586** lines of code, **334** definitions and **0** call edges.

[core](#folder-build-core)

A **container** holding **41** files, **2716** lines of code, **590** definitions and **187** call edges.

[runtime](#folder-build-runtime)

A **container** holding **9** files, **423** lines of code, **67** definitions and **19** call edges.

[types](#folder-build-types)

A **container** holding **10** files, **270** lines of code, **55** definitions and **0** call edges.

### Files

[_manifest.json](#file-build-manifest-json)

- outside the naming grammar
- 107 lines of code
- 0 definitions
- 0 call edges

[package.json](#file-build-package-json)

- outside the naming grammar
- 43 lines of code
- 0 definitions
- 0 call edges

[README.md](#file-build-readme-md)

- outside the naming grammar
- generated on build
- boundary document
- 105 lines of code
- 0 definitions
- 0 call edges

[tsconfig.json](#file-build-tsconfig-json)

- outside the naming grammar
- 17 lines of code
- 0 definitions
- 0 call edges

[tsconfig.base.json](#file-build-tsconfig-base-json)

- outside the naming grammar
- inherited from above the member
- 36 lines of code
- 0 definitions
- 0 call edges

[root](#folder-build)

## _manifest.json

- outside the naming grammar

### Stats

Files 1

Lines of code 107

Blank lines 0

Bytes 9449

Definitions 0

Exported 0

Callable 0

Call edges 0

Flow classes none found

Findings no anomalies

The source is served as text at [the source](/assets/sources/source.d035dc6c751c7d28187c4033e3ceb03257e0942adefe322b3b725cd5ce97322c.generated.txt)

[root](#folder-build)

## package.json

- outside the naming grammar

### Stats

Files 1

Lines of code 43

Blank lines 0

Bytes 1823

Definitions 0

Exported 0

Callable 0

Call edges 0

Flow classes none found

Findings no anomalies

The source is served as text at [the source](/assets/sources/source.966eb5809894849695a5153ee25e6b31f4f8629267308022352497bb783f5296.generated.txt)

[root](#folder-build)

## README.md

- outside the naming grammar
- generated on build
- boundary document

### Stats

Files 1

Lines of code 105

Blank lines 62

Bytes 8223

Definitions 0

Exported 0

Callable 0

Call edges 0

Flow classes none found

Findings no anomalies

### Document

Headings 14

Mermaid blocks 0

Path references 8

Reference constructs 0

Frontmatter fields 0

spine:1
**spine** · document has no --- frontmatter header

bare-path:47
**conventions** · path in prose must be a code span — expected: `_generated.module-info/mermaid-charts.generated.md`

history-smell:25
**smell** · "no longer" — state current truth only

The source is served as text at [the document](/assets/sources/source.e637ccfd3d5edf7913340be0cef616de1957c98aa9c68e343b7b34eefedb49c2.generated.txt)

The source is served as text at [the source](/assets/sources/source.e637ccfd3d5edf7913340be0cef616de1957c98aa9c68e343b7b34eefedb49c2.generated.txt)

[root](#folder-build)

## tsconfig.json

- outside the naming grammar

### Stats

Files 1

Lines of code 17

Blank lines 0

Bytes 387

Definitions 0

Exported 0

Callable 0

Call edges 0

Flow classes none found

Findings no anomalies

The source is served as text at [the source](/assets/sources/source.b7a369d8465cf5acb3f0f9b3db224cf169ad2c8020aea17dd81e667fdd360036.generated.txt)

[root](#folder-build)

## tsconfig.base.json

- outside the naming grammar
- inherited from above the member

### Stats

Files 1

Lines of code 36

Blank lines 0

Bytes 1218

Definitions 0

Exported 0

Callable 0

Call edges 0

Flow classes none found

Findings no anomalies

The source is served as text at [the source](/assets/sources/source.00151b1910aba049ec2b7f4abec0275996b93d456b095cf573e2d1fbfad87396.generated.txt)

[root](#folder-build)

## configuration

A **container** holding **22** files, **586** lines of code, **334** definitions and **0** call edges.

### Stats

Files 22

Lines of code 586

Blank lines 317

Bytes 35128

Definitions 334

Exported 332

Callable 1

Call edges 0

isolated flow 334

Findings no anomalies

the folder's walk 1169 steps

### Folders

[constants](#folder-build-configuration-constants)

A **concern** on the **infrastructure** layer holding **13** files, **276** lines of code, **180** definitions and **0** call edges.

[records](#folder-build-configuration-records)

A **concern** on the **domain** layer holding **1** file, **10** lines of code, **2** definitions and **0** call edges.

[strings](#folder-build-configuration-strings)

A **concern** on the **product** layer holding **8** files, **300** lines of code, **152** definitions and **0** call edges.

[root](#folder-build) [configuration](#folder-build-configuration)

## constants

A **concern** on the **infrastructure** layer holding **13** files, **276** lines of code, **180** definitions and **0** call edges.

### Stats

Files 13

Lines of code 276

Blank lines 170

Bytes 10522

Definitions 180

Exported 178

Callable 1

Call edges 0

isolated flow 180

Findings no anomalies

### Files

[chapter.constants.ts](#file-build-configuration-constants-chapter-constants-ts)

- Subject: chapter
- Concern: constants
- Layer: infrastructure
- 25 lines of code
- 25 definitions
- 0 call edges

[contract.constants.ts](#file-build-configuration-constants-contract-constants-ts)

- Subject: contract
- Concern: constants
- Layer: infrastructure
- 9 lines of code
- 9 definitions
- 0 call edges

[coordination.constants.ts](#file-build-configuration-constants-coordination-constants-ts)

- Subject: coordination
- Concern: constants
- Layer: infrastructure
- 24 lines of code
- 15 definitions
- 0 call edges

[coverage.constants.ts](#file-build-configuration-constants-coverage-constants-ts)

- Subject: coverage
- Concern: constants
- Layer: infrastructure
- 3 lines of code
- 3 definitions
- 0 call edges

[evidence.constants.ts](#file-build-configuration-constants-evidence-constants-ts)

- Subject: evidence
- Concern: constants
- Layer: infrastructure
- 21 lines of code
- 3 definitions
- 0 call edges

[inventory.constants.ts](#file-build-configuration-constants-inventory-constants-ts)

- Subject: inventory
- Concern: constants
- Layer: infrastructure
- 15 lines of code
- 15 definitions
- 0 call edges

[leak.constants.ts](#file-build-configuration-constants-leak-constants-ts)

- Subject: leak
- Concern: constants
- Layer: infrastructure
- 51 lines of code
- 29 definitions
- 0 call edges

[panel.constants.ts](#file-build-configuration-constants-panel-constants-ts)

- Subject: panel
- Concern: constants
- Layer: infrastructure
- 17 lines of code
- 10 definitions
- 0 call edges

[readme.constants.ts](#file-build-configuration-constants-readme-constants-ts)

- Subject: readme
- Concern: constants
- Layer: infrastructure
- 55 lines of code
- 38 definitions
- 0 call edges

[seed.constants.ts](#file-build-configuration-constants-seed-constants-ts)

- Subject: seed
- Concern: constants
- Layer: infrastructure
- 15 lines of code
- 10 definitions
- 0 call edges

[source.constants.ts](#file-build-configuration-constants-source-constants-ts)

- Subject: source
- Concern: constants
- Layer: infrastructure
- 7 lines of code
- 7 definitions
- 0 call edges

[tone.constants.ts](#file-build-configuration-constants-tone-constants-ts)

- Subject: tone
- Concern: constants
- Layer: infrastructure
- 32 lines of code
- 14 definitions
- 0 call edges

[writing.constants.ts](#file-build-configuration-constants-writing-constants-ts)

- Subject: writing
- Concern: constants
- Layer: infrastructure
- 2 lines of code
- 2 definitions
- 0 call edges

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## chapter.constants.ts

- Subject: chapter
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 25

Blank lines 24

Bytes 963

Definitions 25

Exported 25

Callable 0

Call edges 0

isolated flow 25

Findings no anomalies

MARKDOWN_EXTENSION:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

README_FILE:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HOME_FILE:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIDEBAR_FILE:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FOOTER_FILE:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

OUT_FLAG:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SHAPE_FLAG:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

REPOSITORY_SHAPE:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WIKI_SHAPE:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_SEPARATOR:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PARAGRAPH_BREAK:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_OPEN:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_MIDDLE:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_CLOSE:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LIST_ITEM:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NESTED_ITEM:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FOLDER_SEPARATOR:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PARENT_FOLDER:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORD_SEPARATOR:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUP_SEPARATOR:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAGE_NUMBER_WIDTH:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAGE_NUMBER_PAD:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FENCE_MARK:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DISCUSSIONS_PATH:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RELEASES_PATH:49
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 75 steps

### Syntax kinds

export_statement 25

lexical_declaration 25

variable_declarator 25

identifier 25

string 24

string_fragment 23

escape_sequence 6

program 1

### Once only

program 1

number 1

The source is served as text at [the source](/assets/sources/source.88ae3167dabf2f37cf4c61b415944ff4e5f697314639c32b15491203350201e8.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## contract.constants.ts

- Subject: contract
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 9

Blank lines 8

Bytes 378

Definitions 9

Exported 9

Callable 0

Call edges 0

isolated flow 9

Findings no anomalies

INVENTORY_COMMAND:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SEED_COMMAND:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TONE_COMMAND:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAK_COMMAND:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COVERAGE_COMMAND:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_COMMAND:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_COMMAND:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WRITING_COMMAND:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COORDINATION_COMMAND:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 27 steps

### Syntax kinds

export_statement 9

lexical_declaration 9

variable_declarator 9

identifier 9

string 9

string_fragment 9

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.c04d6ab20293388f4c44e3938773e3f506038f0fd0529efd5de1825a47f5e1ad.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## coordination.constants.ts

- Subject: coordination
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 24

Blank lines 14

Bytes 963

Definitions 15

Exported 15

Callable 0

Call edges 0

isolated flow 15

Findings no anomalies

HOST_TERMS:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HOST_LOCATION_KEYS:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BORN_EMPTY_FOLDERS:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

KEEP_FILE:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SHIP_MANIFEST:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SHIP_LIST_KEY:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TEXT_EXTENSIONS:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INDEX_FILE:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INDEX_ROW:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INVOKED_PREFIX:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ACCUMULATOR_FILE:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ENTRIES_BANNER:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ENTRY_HEADING:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

AGENDA_CONFIG:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SCHEDULE_ROW_FIELD:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 45 steps

### Syntax kinds

string 29

string_fragment 29

export_statement 15

lexical_declaration 15

variable_declarator 15

identifier 15

type_annotation 4

readonly_type 4

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.58b4dde688655ee8c56855eda68d3cce0d4a5bfc8853d68b5e0b43505e4ff2ca.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## coverage.constants.ts

- Subject: coverage
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 3

Blank lines 2

Bytes 149

Definitions 3

Exported 3

Callable 0

Call edges 0

isolated flow 3

Findings no anomalies

GRAPH_EXPORT_SUFFIX:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONSTANTS_CONCERN:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONFIGURATION_CONTAINER:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 9 steps

### Syntax kinds

export_statement 3

lexical_declaration 3

variable_declarator 3

identifier 3

string 3

string_fragment 3

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.b463a25bf49604dee6394558265a353f50da7ece932ece175d87841538066212.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## evidence.constants.ts

- Subject: evidence
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 21

Blank lines 3

Bytes 998

Definitions 3

Exported 1

Callable 1

Call edges 0

isolated flow 3

Findings no anomalies

OUTSIDE_THE_WEB_MEMBER:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

absent:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EVIDENCE_ABSENT:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 64 steps

### Syntax kinds

identifier 31

import_specifier 8

string 8

string_fragment 8

type_annotation 5

call_expression 5

arguments 5

import_statement 4

### Once only

program 1

function_expression 1

formal_parameters 1

predefined_type 1

statement_block 1

return_statement 1

The source is served as text at [the source](/assets/sources/source.baed2858a474a9e0c36d3119724853aa304f78a93639ae91f81687a18c219e57.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## inventory.constants.ts

- Subject: inventory
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 15

Blank lines 14

Bytes 560

Definitions 15

Exported 15

Callable 0

Call edges 0

isolated flow 15

Findings no anomalies

LINE_END:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BACKTICK:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COLON:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LIST_MARKER:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BOLD_MARK:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAD_IN_SEPARATOR:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HEADING_MARK:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GATE_TAIL:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LOCKED_MARKERS:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RULE_PREFIX:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NEVER_WORD:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ALWAYS_WORD:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ARROW:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAREN_OPEN:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAREN_CLOSE:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 45 steps

### Syntax kinds

string 16

export_statement 15

lexical_declaration 15

variable_declarator 15

identifier 15

string_fragment 15

program 1

escape_sequence 1

### Once only

program 1

escape_sequence 1

type_annotation 1

readonly_type 1

array_type 1

predefined_type 1

The source is served as text at [the source](/assets/sources/source.fca5e41efbe54d4664dc85f466544923b648d50cc3ac089def4ba6aaa681dd70.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## leak.constants.ts

- Subject: leak
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 51

Blank lines 28

Bytes 1594

Definitions 29

Exported 29

Callable 0

Call edges 0

isolated flow 29

Findings no anomalies

RULE_TAG:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SURFACE_RULE_TAG:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PATH_SEPARATOR:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORD_SEPARATOR:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PACKAGE_FILE:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

JSON_EXTENSION:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

JSON_FOLDER:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_TABS_KEY:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_SECTIONS_KEY:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_CONTENT_KEY:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_ID_KEY:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_LABEL_KEY:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_TITLE_KEY:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_KIND_KEY:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CODE_KIND:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CODE_FIELD:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MIN_TOKEN_LENGTH:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TOKEN_STOPS:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DERIVE_FLAG:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_INVENTORY:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_SEEDS:63
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_SURFACE_RULES:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_PATHS:67
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_SCRIPTS:69
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_MEMBERS:71
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_STAGES:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_LOCAL_RULES:75
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_TAXONOMY:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCE_HARNESS:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 90 steps

### Syntax kinds

string 48

string_fragment 46

identifier 30

export_statement 29

lexical_declaration 29

variable_declarator 29

escape_sequence 2

program 1

### Once only

program 1

number 1

type_annotation 1

generic_type 1

type_identifier 1

type_arguments 1

The source is served as text at [the source](/assets/sources/source.f9139917868f8fad6cf3283c624ec267589dc92046816f661c3c8163949c6a58.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## panel.constants.ts

- Subject: panel
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 17

Blank lines 9

Bytes 676

Definitions 10

Exported 10

Callable 0

Call edges 0

isolated flow 10

Findings no anomalies

PANEL_KINDS:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TAG_FIELD_BY_KIND:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TAG_WORD_LIMIT:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TAG_SEPARATOR:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CITE_OPEN:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CITE_CLOSE:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_BLOCKS_KEY:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_SUBSECTIONS_KEY:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_LAYOUT_KEY:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_LAYOUT:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 36 steps

### Syntax kinds

string 25

string_fragment 25

identifier 12

export_statement 10

lexical_declaration 10

variable_declarator 10

array 8

predefined_type 3

### Once only

program 1

number 1

The source is served as text at [the source](/assets/sources/source.12b88ae7a3cbf957bbabd059dff987c752b74124b3501ad55765be6be48c5519.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## readme.constants.ts

- Subject: readme
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 55

Blank lines 38

Bytes 2194

Definitions 38

Exported 38

Callable 0

Call edges 0

isolated flow 38

Findings no anomalies

TEACHING_PAGES:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SITE_ONLY_TABS:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

REPOSITORY_PAGES:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXHIBIT_PAGES:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_DESCRIPTION_KEY:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_META_KEY:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_SUBTITLE_KEY:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_INTRO_KEY:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_SUBSECTIONS_KEY:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_BLOCKS_KEY:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_TEXT_KEY:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_PROBLEM_KEY:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_PRINCIPLE_KEY:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LESSON_KIND:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DIAGRAM_KIND:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_DIAGRAM_KEY:49
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FENCE_LANGUAGE:51
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ORDERED_ITEM:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CENTER_OPEN:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CENTER_CLOSE:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DETAILS_OPEN:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DETAILS_CLOSE:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SUMMARY_OPEN:63
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SUMMARY_CLOSE:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

QUOTE_MARK:67
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HEADING_ONE:69
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HEADING_TWO:71
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HEADING_THREE:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BOLD:75
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LOGO_WIDTH:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ICON_SIZE:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SENTENCE_END:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LLMS_ROUTE:83
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ANCHOR_MARK:85
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ANCHOR_SPACE:87
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SPACE:89
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SENTENCE_STOP:91
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LETTERS_AND_DIGITS:93
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 149 steps

### Syntax kinds

identifier 62

export_statement 38

lexical_declaration 38

variable_declarator 38

string 37

string_fragment 37

import_specifier 8

type_annotation 4

### Once only

program 1

type_identifier 1

object 1

The source is served as text at [the source](/assets/sources/source.4edfe1d5fc61c57f1ad242710b8b8fb532a9f1f8a99f7c79e33936e7c381aafd.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## seed.constants.ts

- Subject: seed
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 15

Blank lines 10

Bytes 622

Definitions 10

Exported 10

Callable 0

Call edges 0

isolated flow 10

Findings no anomalies

VERIFY_STAGE:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SEED_LEVELS:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SLOT_SENTENCE_LEAD:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GATE_HEADING:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

OBJECTOR_WORD:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ITS_PREFIX:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PROFILE_SECTION_HEADING:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PROFILE_PRINCIPLE_MARK:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MODEL_EXTENSION:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SEED_ID_SEPARATOR:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 41 steps

### Syntax kinds

string 13

string_fragment 13

identifier 12

export_statement 10

lexical_declaration 10

variable_declarator 10

type_identifier 4

pair 3

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

type_annotation 1

object 1

The source is served as text at [the source](/assets/sources/source.d359defa2936d6ae912429829bffa8f0454a7bc0bc07b7baa27f07ad99bf5eb7.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## source.constants.ts

- Subject: source
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 7

Blank lines 6

Bytes 377

Definitions 7

Exported 7

Callable 0

Call edges 0

isolated flow 7

Findings no anomalies

SURFACE_POLICY:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

AVOIDANCE_REFERENCE:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

OPERATOR_PROFILE:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MODEL_TEMPLATE:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MODELS_FOLDER:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SURFACE_RULES_FOLDER:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

UTF8:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 21 steps

### Syntax kinds

export_statement 7

lexical_declaration 7

variable_declarator 7

identifier 7

string 7

string_fragment 7

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.daadd1a735f19e93641c02d40c993ea6bcdf14b493f635b574fd9e1ade036bd8.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## tone.constants.ts

- Subject: tone
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 32

Blank lines 13

Bytes 976

Definitions 14

Exported 14

Callable 0

Call edges 0

isolated flow 14

Findings no anomalies

STRINGS_SUFFIX:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TYPESCRIPT_LANGUAGE:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LITERAL_NODE_TYPE:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FIRST_PERSON:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SECOND_PERSON:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COLLECTIVE_PERSON:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LABEL_MARK:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LABEL_SEPARATORS:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORD_STOPS:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_NAME:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_CONCERN:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_FILE:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DOC_TYPE:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DOC_STATUS:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 54 steps

### Syntax kinds

string 40

string_fragment 38

identifier 18

export_statement 14

lexical_declaration 14

variable_declarator 14

type_annotation 5

predefined_type 5

### Once only

program 1

readonly_type 1

array_type 1

The source is served as text at [the source](/assets/sources/source.80d97305eef10d8a8cd03ba6897236b3b5d758d1e55901354c123aef249c8205.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [constants](#folder-build-configuration-constants)

## writing.constants.ts

- Subject: writing
- Concern: constants
- Layer: infrastructure

### Stats

Files 1

Lines of code 2

Blank lines 1

Bytes 72

Definitions 2

Exported 2

Callable 0

Call edges 0

isolated flow 2

Findings no anomalies

SECTION_MARK:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIGNOFF_SEPARATOR:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 6 steps

### Syntax kinds

export_statement 2

lexical_declaration 2

variable_declarator 2

identifier 2

string 2

string_fragment 2

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.aae68d0fd9bd90bf363b23f1916b93e46a5c9674478ca594c9c1a499c9fd4062.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration)

## records

A **concern** on the **domain** layer holding **1** file, **10** lines of code, **2** definitions and **0** call edges.

### Stats

Files 1

Lines of code 10

Blank lines 2

Bytes 289

Definitions 2

Exported 2

Callable 0

Call edges 0

isolated flow 2

Findings no anomalies

### Files

[writing.record.ts](#file-build-configuration-records-writing-record-ts)

- Subject: writing
- Concern: record
- Layer: domain
- 10 lines of code
- 2 definitions
- 0 call edges

[root](#folder-build) [configuration](#folder-build-configuration) [records](#folder-build-configuration-records)

## writing.record.ts

- Subject: writing
- Concern: record
- Layer: domain

### Stats

Files 1

Lines of code 10

Blank lines 2

Bytes 289

Definitions 2

Exported 2

Callable 0

Call edges 0

isolated flow 2

Findings no anomalies

READING_SCOPE:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

READING_SIGNOFFS:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 9 steps

### Syntax kinds

string 7

string_fragment 7

identifier 3

export_statement 2

lexical_declaration 2

variable_declarator 2

type_annotation 2

readonly_type 2

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

import_specifier 1

predefined_type 1

The source is served as text at [the source](/assets/sources/source.0186e43eea287e85317518bcb52faa18336a5bc67f3da115d734b7a156ffa92e.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration)

## strings

A **concern** on the **product** layer holding **8** files, **300** lines of code, **152** definitions and **0** call edges.

### Stats

Files 8

Lines of code 300

Blank lines 145

Bytes 24317

Definitions 152

Exported 152

Callable 0

Call edges 0

isolated flow 152

Findings no anomalies

### Files

[baseline.strings.ts](#file-build-configuration-strings-baseline-strings-ts)

- Subject: baseline
- Concern: strings
- Layer: product
- 24 lines of code
- 5 definitions
- 0 call edges

[chapter.strings.ts](#file-build-configuration-strings-chapter-strings-ts)

- Subject: chapter
- Concern: strings
- Layer: product
- 14 lines of code
- 14 definitions
- 0 call edges

[contract.strings.ts](#file-build-configuration-strings-contract-strings-ts)

- Subject: contract
- Concern: strings
- Layer: product
- 25 lines of code
- 13 definitions
- 0 call edges

[coordination.strings.ts](#file-build-configuration-strings-coordination-strings-ts)

- Subject: coordination
- Concern: strings
- Layer: product
- 7 lines of code
- 7 definitions
- 0 call edges

[coverage.strings.ts](#file-build-configuration-strings-coverage-strings-ts)

- Subject: coverage
- Concern: strings
- Layer: product
- 23 lines of code
- 17 definitions
- 0 call edges

[derivation.strings.ts](#file-build-configuration-strings-derivation-strings-ts)

- Subject: derivation
- Concern: strings
- Layer: product
- 44 lines of code
- 41 definitions
- 0 call edges

[panel.strings.ts](#file-build-configuration-strings-panel-strings-ts)

- Subject: panel
- Concern: strings
- Layer: product
- 7 lines of code
- 6 definitions
- 0 call edges

[readme.strings.ts](#file-build-configuration-strings-readme-strings-ts)

- Subject: readme
- Concern: strings
- Layer: product
- 156 lines of code
- 49 definitions
- 0 call edges

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## baseline.strings.ts

- Subject: baseline
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 24

Blank lines 4

Bytes 1263

Definitions 5

Exported 5

Callable 0

Call edges 0

isolated flow 5

Findings no anomalies

BASELINE_TITLE:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_SUMMARY:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_INTRO:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BASELINE_HEADERS:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GENERATED_BANNER:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 15 steps

### Syntax kinds

string 19

string_fragment 19

export_statement 5

lexical_declaration 5

variable_declarator 5

identifier 5

program 1

type_annotation 1

### Once only

program 1

type_annotation 1

readonly_type 1

array_type 1

predefined_type 1

array 1

The source is served as text at [the source](/assets/sources/source.79d4b4ace82cacf7bdf1ebc922a135cf34b2447b897eb70e68760ae89fd9dd01.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## chapter.strings.ts

- Subject: chapter
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 14

Blank lines 13

Bytes 704

Definitions 14

Exported 14

Callable 0

Call edges 0

isolated flow 14

Findings no anomalies

CHAPTER_FOOTER_LEAD:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_README_LEAD:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ATTRIBUTION_SEPARATOR:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ATTRIBUTION_COPYRIGHT:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ATTRIBUTION_WORK:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

README_LABEL:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HOME_LABEL:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WIKI_READING_LEAD:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIDEBAR_NAVIGATION:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIDEBAR_READING:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIDEBAR_LINKS:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

REPOSITORY_LABEL:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DISCUSSIONS_LABEL:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RELEASES_LABEL:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 42 steps

### Syntax kinds

export_statement 14

lexical_declaration 14

variable_declarator 14

identifier 14

string 14

string_fragment 14

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.d7c5010704a502312c906554ad1db4e7b721b5ea1f46a51be390f0b3cba10303.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## contract.strings.ts

- Subject: contract
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 25

Blank lines 12

Bytes 2502

Definitions 13

Exported 13

Callable 0

Call edges 0

isolated flow 13

Findings no anomalies

INVENTORY_SUMMARY:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SEED_SUMMARY:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TONE_SUMMARY:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAK_SUMMARY:10
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DERIVE_DESCRIBE:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_SUMMARY:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_DERIVE_DESCRIBE:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WRITING_SUMMARY:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COORDINATION_SUMMARY:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

COVERAGE_SUMMARY:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_SUMMARY:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

OUT_DESCRIBE:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SHAPE_DESCRIBE:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 39 steps

### Syntax kinds

export_statement 13

lexical_declaration 13

variable_declarator 13

identifier 13

string 13

string_fragment 13

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.0255bb37923cba1ee764134e445435d7eaeab6bc5cf724f996e1acca2f0fbaa7.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## coordination.strings.ts

- Subject: coordination
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 7

Blank lines 6

Bytes 607

Definitions 7

Exported 7

Callable 0

Call edges 0

isolated flow 7

Findings no anomalies

CLEAN_COORDINATION:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HOST_TERM_LEAD:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

POPULATED_FOLDER_LEAD:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BOUND_SEAT_LEAD:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FILED_ENTRY_LEAD:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SCHEDULED_AGENDA:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_PACKAGE:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 21 steps

### Syntax kinds

export_statement 7

lexical_declaration 7

variable_declarator 7

identifier 7

string 7

string_fragment 7

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.3d1cceaf6859beea43f05864ec79882cf274374823b5ecb0d951008c4dfe5538.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## coverage.strings.ts

- Subject: coverage
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 23

Blank lines 16

Bytes 1889

Definitions 17

Exported 17

Callable 0

Call edges 0

isolated flow 17

Findings no anomalies

SECTION_UNDECLARED:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SECTION_UNTAUGHT:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TRACE_UNKNOWN:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONCEPT_TAUGHT_TWICE:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

REQUIRES_UNKNOWN:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

REQUIRES_FORWARD:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CYCLE_FOUND:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GRAPHS_VALIDATED:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUNDING_CONTRADICTED:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUNDING_UNDECLARED:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUNDING_SUMMARY:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUNDING_UNASSESSED_HEAD:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAGES_SUFFIX:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAK_INLINE:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAK_IDENTIFIER:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LEAK_PATH:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PAYLOAD_MISSING:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 51 steps

### Syntax kinds

export_statement 17

lexical_declaration 17

variable_declarator 17

identifier 17

string 17

string_fragment 17

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.9a80dbd22e322f66389133ff8e90a534bfc361fa1a230311b7307268fd9bc2a8.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## derivation.strings.ts

- Subject: derivation
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 44

Blank lines 40

Bytes 3147

Definitions 41

Exported 41

Callable 0

Call edges 0

isolated flow 41

Findings no anomalies

READ_SOURCE:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINES_SUFFIX:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RECORDS_SUFFIX:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WROTE:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SEEDS_SUFFIX:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INCOMPLETE_SUFFIX:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INCOMPLETE_SEED:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MISSING_FIELDS:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MODULES_MEASURED:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

TOKENS_SUFFIX:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SOURCES_SUFFIX:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_WRITTEN:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_REMOVED:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTERS_DONE:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_TWINS:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_README_INPUTS:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SHAPE_UNKNOWN:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FINDINGS_HEAD:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CLEAN_GRAPH:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CLEAN_LEAKS:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

UNTAUGHT_HEAD:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RENDER_UNSTABLE:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RENDER_STABLE:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_GRAPHS:49
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_INVENTORY:51
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_SEEDS:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_LEAK_SET:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_LINK_SET:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_PAYLOAD:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINKS_SUFFIX:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SECTIONS_SUFFIX:63
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CLEAN_LINKS:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_LOST:67
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LINK_MOVED:69
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIGNOFF_MISSING:71
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SIGNOFF_CHANGED:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CLEAN_WRITING:75
**isolated** · `in 0` · `out 0`
calls: none
called by: none

UNREAD_SUFFIX:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FINDING_INDENT:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SLOT_WORDS_MISSING:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DUPLICATE_SEED_IDS:84
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 123 steps

### Syntax kinds

export_statement 41

lexical_declaration 41

variable_declarator 41

identifier 41

string 41

string_fragment 41

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.8c58c1d96745251bf7dba7fbc584e84ecffa6684729d52593de4549ac6d9bb78.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## panel.strings.ts

- Subject: panel
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 7

Blank lines 5

Bytes 660

Definitions 6

Exported 6

Callable 0

Call edges 0

isolated flow 6

Findings no anomalies

PANEL_UNTAGGED:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PANEL_TAG_TOO_LONG:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PANEL_TAG_SEPARATED:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PANEL_TAG_TWICE:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PANEL_UNCITED:10
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PANELS_VALIDATED:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 18 steps

### Syntax kinds

export_statement 6

lexical_declaration 6

variable_declarator 6

identifier 6

string 6

string_fragment 6

program 1

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.14ce8def513046f30b85d6c23bd3198c9a042e699516156111cf516d933fba8d.generated.txt)

[root](#folder-build) [configuration](#folder-build-configuration) [strings](#folder-build-configuration-strings)

## readme.strings.ts

- Subject: readme
- Concern: strings
- Layer: product

### Stats

Files 1

Lines of code 156

Blank lines 49

Bytes 13545

Definitions 49

Exported 49

Callable 0

Call edges 0

isolated flow 49

Findings no anomalies

LICENSED_UNDER:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

BY_AUTHOR:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CALLOUT_LEAD:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CALLOUT_BODY:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CALLOUT_GRAMMAR:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CALLOUT_TAIL:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MACHINE_LEAD:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MACHINE_BODY:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MACHINE_INDEX:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MACHINE_TAIL:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

INTRO_TEXT:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PROBLEM_TITLE:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PROBLEM_LEAD:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PROBLEM_ITEMS:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORKS_TITLE:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORKS_LEAD:52
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WORKS_NOTE:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CHAPTER_SUMMARIES:58
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FORMAT_TITLE:91
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FORMAT_TEXT:93
**isolated** · `in 0` · `out 0`
calls: none
called by: none

STANCE_TITLE:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

STANCE_LEAD:98
**isolated** · `in 0` · `out 0`
calls: none
called by: none

STANCE_ITEMS:101
**isolated** · `in 0` · `out 0`
calls: none
called by: none

STANCE_TAIL:108
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WHY_TITLE:110
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WHY_LEAD:112
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WHY_ITEMS:115
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXHIBIT_TITLE:124
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXHIBIT_LEAD:126
**isolated** · `in 0` · `out 0`
calls: none
called by: none

START_TITLE:129
**isolated** · `in 0` · `out 0`
calls: none
called by: none

START_LEAD:131
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SETUP_STEPS:133
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONTEXT_TITLE:163
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONTEXT_TEXT:165
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CONTEXT_NOTE:168
**isolated** · `in 0` · `out 0`
calls: none
called by: none

QUESTIONS_TITLE:170
**isolated** · `in 0` · `out 0`
calls: none
called by: none

QUESTIONS_NOTE:172
**isolated** · `in 0` · `out 0`
calls: none
called by: none

QUESTIONS_LEAD:174
**isolated** · `in 0` · `out 0`
calls: none
called by: none

QUESTION_ITEMS:176
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ADAPT_TITLE:184
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ADAPT_TEXT:186
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXPECT_TITLE:189
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXPECT_TEXT:191
**isolated** · `in 0` · `out 0`
calls: none
called by: none

READING_TITLE:194
**isolated** · `in 0` · `out 0`
calls: none
called by: none

READING_LEAD:196
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LOOP_TITLE:198
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LOOP_LEAD:200
**isolated** · `in 0` · `out 0`
calls: none
called by: none

FAQ_TITLE:203
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SITE_LABEL:205
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 189 steps

### Syntax kinds

string 87

string_fragment 87

identifier 63

export_statement 49

lexical_declaration 49

variable_declarator 49

pair 18

property_identifier 18

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.f862058415723606ee16cafa23f06a479120eb8f3300a8e31c2523b384e2c651.generated.txt)

[root](#folder-build)

## core

A **container** holding **41** files, **2716** lines of code, **590** definitions and **187** call edges.

### Stats

Files 41

Lines of code 2716

Blank lines 285

Bytes 112102

Definitions 590

Exported 262

Callable 267

Call edges 187

isolated flow 403

leaf flow 80

entry flow 64

relay flow 43

Findings no anomalies

### Folders

[analyzers](#folder-build-core-analyzers)

A **concern** on the **processing** layer holding **1** file, **43** lines of code, **9** definitions and **7** call edges.

[converters](#folder-build-core-converters)

A **concern** on the **processing** layer holding **5** files, **521** lines of code, **126** definitions and **15** call edges.

[coordinators](#folder-build-core-coordinators)

A **concern** on the **application** layer holding **1** file, **29** lines of code, **9** definitions and **1** call edge.

[loaders](#folder-build-core-loaders)

A **concern** on the **infrastructure** layer holding **12** files, **812** lines of code, **173** definitions and **77** call edges.

[matchers](#folder-build-core-matchers)

A **concern** on the **processing** layer holding **1** file, **85** lines of code, **20** definitions and **4** call edges.

[normalizers](#folder-build-core-normalizers)

A **concern** on the **processing** layer holding **4** files, **145** lines of code, **42** definitions and **10** call edges.

[persistence](#folder-build-core-persistence)

A **concern** on the **infrastructure** layer holding **2** files, **55** lines of code, **13** definitions and **4** call edges.

[renderers](#folder-build-core-renderers)

A **concern** on the **product** layer holding **6** files, **593** lines of code, **108** definitions and **39** call edges.

[reporters](#folder-build-core-reporters)

A **concern** on the **operations** layer holding **1** file, **24** lines of code, **5** definitions and **3** call edges.

[validators](#folder-build-core-validators)

A **concern** on the **processing** layer holding **8** files, **409** lines of code, **85** definitions and **27** call edges.

[root](#folder-build) [core](#folder-build-core)

## analyzers

A **concern** on the **processing** layer holding **1** file, **43** lines of code, **9** definitions and **7** call edges.

### Stats

Files 1

Lines of code 43

Blank lines 3

Bytes 2219

Definitions 9

Exported 5

Callable 3

Call edges 7

isolated flow 6

leaf flow 2

entry flow 1

Findings no anomalies

the folder's walk 198 steps

### Files

[tone.analyzer.ts](#file-build-core-analyzers-tone-analyzer-ts)

- Subject: tone
- Concern: analyzer
- Layer: processing
- 43 lines of code
- 9 definitions
- 7 call edges

[root](#folder-build) [core](#folder-build-core) [analyzers](#folder-build-core-analyzers)

## tone.analyzer.ts

- Subject: tone
- Concern: analyzer
- Layer: processing

### Stats

Files 1

Lines of code 43

Blank lines 3

Bytes 2219

Definitions 9

Exported 5

Callable 3

Call edges 7

isolated flow 6

leaf flow 2

entry flow 1

Findings no anomalies

countPersons:10
**leaf** · `in 3` · `out 0`
calls: none
called by: [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts)

occurrences:14
**leaf** · `in 2` · `out 0`
calls: none
called by: [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts)

measureLiterals:24
**entry** · `in 0` · `out 7`
calls: [countPersons](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [countPersons](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [countPersons](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [occurrences](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [occurrences](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts), [countAny](/anatomy/build#file-build-core-normalizers-word-normalizer-ts), [digitMetricsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: none

count:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

from:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

joined:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lower:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

words:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

shapes:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 198 steps

### Syntax kinds

identifier 88

property_identifier 34

member_expression 20

call_expression 19

arguments 19

import_specifier 15

pair 14

string 9

### Once only

program 1

generic_type 1

type_arguments 1

while_statement 1

parenthesized_expression 1

unary_expression 1

The source is served as text at [the source](/assets/sources/source.16493d2949bdc53f2ed3887560879d07e96ca2547e765e08bf7d9fed15af407b.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## converters

A **concern** on the **processing** layer holding **5** files, **521** lines of code, **126** definitions and **15** call edges.

### Stats

Files 5

Lines of code 521

Blank lines 50

Bytes 19688

Definitions 126

Exported 33

Callable 42

Call edges 15

isolated flow 106

leaf flow 10

entry flow 8

relay flow 2

Findings no anomalies

the folder's walk 2069 steps

### Files

[invariant.converter.ts](#file-build-core-converters-invariant-converter-ts)

- Subject: invariant
- Concern: converter
- Layer: processing
- 173 lines of code
- 45 definitions
- 5 call edges

[inventory.converter.ts](#file-build-core-converters-inventory-converter-ts)

- Subject: inventory
- Concern: converter
- Layer: processing
- 143 lines of code
- 35 definitions
- 1 call edges

[lesson.converter.ts](#file-build-core-converters-lesson-converter-ts)

- Subject: lesson
- Concern: converter
- Layer: processing
- 74 lines of code
- 15 definitions
- 4 call edges

[principle.converter.ts](#file-build-core-converters-principle-converter-ts)

- Subject: principle
- Concern: converter
- Layer: processing
- 54 lines of code
- 11 definitions
- 1 call edges

[section.converter.ts](#file-build-core-converters-section-converter-ts)

- Subject: section
- Concern: converter
- Layer: processing
- 77 lines of code
- 20 definitions
- 4 call edges

[root](#folder-build) [core](#folder-build-core) [converters](#folder-build-core-converters)

## invariant.converter.ts

- Subject: invariant
- Concern: converter
- Layer: processing

### Stats

Files 1

Lines of code 173

Blank lines 14

Bytes 6556

Definitions 45

Exported 8

Callable 13

Call edges 5

isolated flow 39

leaf flow 3

entry flow 2

relay flow 1

Findings no anomalies

modelStem:165
**leaf** · `in 2` · `out 0`
calls: none
called by: [modelSeeds](/anatomy/build#file-build-core-converters-invariant-converter-ts), [modelSeeds](/anatomy/build#file-build-core-converters-invariant-converter-ts)

invariantsOf:153
**relay** · `in 1` · `out 1`
calls: [blocksOf](/anatomy/build#file-build-core-converters-invariant-converter-ts)
called by: [modelSeeds](/anatomy/build#file-build-core-converters-invariant-converter-ts)

unitsOf:105
**leaf** · `in 1` · `out 0`
calls: none
called by: [statementsOf](/anatomy/build#file-build-core-converters-invariant-converter-ts)

blocksOf:134
**leaf** · `in 1` · `out 0`
calls: none
called by: [invariantsOf](/anatomy/build#file-build-core-converters-invariant-converter-ts)

modelSeeds:170
**entry** · `in 0` · `out 3`
calls: [invariantsOf](/anatomy/build#file-build-core-converters-invariant-converter-ts), [modelStem](/anatomy/build#file-build-core-converters-invariant-converter-ts), [modelStem](/anatomy/build#file-build-core-converters-invariant-converter-ts)
called by: none

statementsOf:119
**entry** · `in 0` · `out 1`
calls: [unitsOf](/anatomy/build#file-build-core-converters-invariant-converter-ts)
called by: none

SOURCE:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NO_LEAD:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

STATEMENT_LEADS:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LABEL_STOPS:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MIN_WORD:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

isUpperWord:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

upperWordsAfterLead:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lead:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

paragraphEnd:44
**isolated** · `in 0` · `out 0`
calls: none
called by: none

body:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

objectorWord:49
**isolated** · `in 0` · `out 0`
calls: none
called by: none

gate:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rest:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slotWordsOf:60
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[property, set, parties]:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

objector:62
**isolated** · `in 0` · `out 0`
calls: none
called by: none

firstWordOf:69
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lower:70
**isolated** · `in 0` · `out 0`
calls: none
called by: none

bare:71
**isolated** · `in 0` · `out 0`
calls: none
called by: none

end:72
**isolated** · `in 0` · `out 0`
calls: none
called by: none

stripLeads:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

changed:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slotOf:94
**isolated** · `in 0` · `out 0`
calls: none
called by: none

word:95
**isolated** · `in 0` · `out 0`
calls: none
called by: none

entries:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

units:106
**isolated** · `in 0` · `out 0`
calls: none
called by: none

previous:109
**isolated** · `in 0` · `out 0`
calls: none
called by: none

segments:122
**isolated** · `in 0` · `out 0`
calls: none
called by: none

index:123
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slot:124
**isolated** · `in 0` · `out 0`
calls: none
called by: none

statement:125
**isolated** · `in 0` · `out 0`
calls: none
called by: none

blocks:135
**isolated** · `in 0` · `out 0`
calls: none
called by: none

at:138
**isolated** · `in 0` · `out 0`
calls: none
called by: none

last:145
**isolated** · `in 0` · `out 0`
calls: none
called by: none

out:154
**isolated** · `in 0` · `out 0`
calls: none
called by: none

found:156
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ objector, parties, property, set }:157
**isolated** · `in 0` · `out 0`
calls: none
called by: none

base:166
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 672 steps

### Syntax kinds

identifier 285

property_identifier 91

member_expression 72

arguments 58

call_expression 57

binary_expression 51

lexical_declaration 50

variable_declarator 50

### Once only

program 1

new_expression 1

tuple_type 1

optional_chain 1

template_string 1

for_statement 1

The source is served as text at [the source](/assets/sources/source.551e78d5d1f22b73eac1e0a32820553a11723a4a3cbd56ea7d7846e8a3ac5629.generated.txt)

[root](#folder-build) [core](#folder-build-core) [converters](#folder-build-core-converters)

## inventory.converter.ts

- Subject: inventory
- Concern: converter
- Layer: processing

### Stats

Files 1

Lines of code 143

Blank lines 15

Bytes 4842

Definitions 35

Exported 7

Callable 11

Call edges 1

isolated flow 33

entry flow 1

leaf flow 1

Findings no anomalies

slugPrefixAccepted:33
**leaf** · `in 1` · `out 0`
calls: none
called by: [slugOf](/anatomy/build#file-build-core-converters-inventory-converter-ts)

slugOf:45
**entry** · `in 0` · `out 1`
calls: [slugPrefixAccepted](/anatomy/build#file-build-core-converters-inventory-converter-ts)
called by: none

NOT_FOUND:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

headingText:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SlugSpan:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

open:46
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LockedSpan:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lockedOf:62
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GateSpan:72
**isolated** · `in 0` · `out 0`
calls: none
called by: none

gateOf:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ruleOf:85
**isolated** · `in 0` · `out 0`
calls: none
called by: none

span:86
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ locked, rest }:90
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ directive, gate }:94
**isolated** · `in 0` · `out 0`
calls: none
called by: none

arrowOutsideParens:98
**isolated** · `in 0` · `out 0`
calls: none
called by: none

depth:99
**isolated** · `in 0` · `out 0`
calls: none
called by: none

at:100
**isolated** · `in 0` · `out 0`
calls: none
called by: none

char:101
**isolated** · `in 0` · `out 0`
calls: none
called by: none

stripLead:111
**isolated** · `in 0` · `out 0`
calls: none
called by: none

trimmed:112
**isolated** · `in 0` · `out 0`
calls: none
called by: none

avoidanceOf:116
**isolated** · `in 0` · `out 0`
calls: none
called by: none

colon:120
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slug:124
**isolated** · `in 0` · `out 0`
calls: none
called by: none

directive:125
**isolated** · `in 0` · `out 0`
calls: none
called by: none

arrow:126
**isolated** · `in 0` · `out 0`
calls: none
called by: none

never:130
**isolated** · `in 0` · `out 0`
calls: none
called by: none

always:131
**isolated** · `in 0` · `out 0`
calls: none
called by: none

scanRules:138
**isolated** · `in 0` · `out 0`
calls: none
called by: none

records:139
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tier:140
**isolated** · `in 0` · `out 0`
calls: none
called by: none

line:142
**isolated** · `in 0` · `out 0`
calls: none
called by: none

heading:143
**isolated** · `in 0` · `out 0`
calls: none
called by: none

record:148
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lineCount:156
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 533 steps

### Syntax kinds

identifier 214

property_identifier 76

member_expression 53

call_expression 50

arguments 50

binary_expression 36

lexical_declaration 35

variable_declarator 35

### Once only

program 1

while_statement 1

for_statement 1

array 1

assignment_expression 1

continue_statement 1

The source is served as text at [the source](/assets/sources/source.fb152c9c60262a9689291f7b29d7be85367dbc4cd8732063013966395a8c33a9.generated.txt)

[root](#folder-build) [core](#folder-build-core) [converters](#folder-build-core-converters)

## lesson.converter.ts

- Subject: lesson
- Concern: converter
- Layer: processing

### Stats

Files 1

Lines of code 74

Blank lines 8

Bytes 2864

Definitions 15

Exported 6

Callable 7

Call edges 4

isolated flow 10

leaf flow 3

entry flow 1

relay flow 1

Findings no anomalies

seedOf:30
**relay** · `in 1` · `out 2`
calls: [causesOf](/anatomy/build#file-build-core-converters-lesson-converter-ts), [validationOf](/anatomy/build#file-build-core-converters-lesson-converter-ts)
called by: [algoSeeds](/anatomy/build#file-build-core-converters-lesson-converter-ts)

kernelOf:7
**leaf** · `in 1` · `out 0`
calls: none
called by: [algoSeeds](/anatomy/build#file-build-core-converters-lesson-converter-ts)

validationOf:11
**leaf** · `in 1` · `out 0`
calls: none
called by: [seedOf](/anatomy/build#file-build-core-converters-lesson-converter-ts)

causesOf:20
**leaf** · `in 1` · `out 0`
calls: none
called by: [seedOf](/anatomy/build#file-build-core-converters-lesson-converter-ts)

algoSeeds:76
**entry** · `in 0` · `out 2`
calls: [kernelOf](/anatomy/build#file-build-core-converters-lesson-converter-ts), [seedOf](/anatomy/build#file-build-core-converters-lesson-converter-ts)
called by: none

SOURCE:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

entry:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

record:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

names:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

before:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

missingFieldsOf:48
**isolated** · `in 0` · `out 0`
calls: none
called by: none

reportOf:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

incomplete:66
**isolated** · `in 0` · `out 0`
calls: none
called by: none

missing:68
**isolated** · `in 0` · `out 0`
calls: none
called by: none

contracts:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 309 steps

### Syntax kinds

identifier 116

property_identifier 64

member_expression 49

arguments 23

call_expression 22

type_annotation 21

required_parameter 19

lexical_declaration 16

### Once only

program 1

ternary_expression 1

new_expression 1

type_arguments 1

spread_element 1

subscript_expression 1

The source is served as text at [the source](/assets/sources/source.a4fb2580b554d2d50ca7588ac9937cc9b0c0c3c8dab72cf59465da5aa58914a9.generated.txt)

[root](#folder-build) [core](#folder-build-core) [converters](#folder-build-core-converters)

## principle.converter.ts

- Subject: principle
- Concern: converter
- Layer: processing

### Stats

Files 1

Lines of code 54

Blank lines 4

Bytes 2082

Definitions 11

Exported 5

Callable 3

Call edges 1

isolated flow 9

entry flow 1

leaf flow 1

Findings no anomalies

profilePrinciples:24
**leaf** · `in 1` · `out 0`
calls: none
called by: [profileSeeds](/anatomy/build#file-build-core-converters-principle-converter-ts)

profileSeeds:43
**entry** · `in 0` · `out 1`
calls: [profilePrinciples](/anatomy/build#file-build-core-converters-principle-converter-ts)
called by: none

SOURCE:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SECTION_MARK:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sectionBody:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

start:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

afterHeading:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

next:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

body:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

collected:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

last:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 189 steps

### Syntax kinds

identifier 74

property_identifier 43

member_expression 25

call_expression 18

arguments 18

pair 16

lexical_declaration 11

variable_declarator 11

### Once only

program 1

template_string 1

template_substitution 1

union_type 1

literal_type 1

ternary_expression 1

The source is served as text at [the source](/assets/sources/source.e0a5cb886bef8b2fe949e4bc94eb14e251407894ecfd5723cd362e2fca8bbb37.generated.txt)

[root](#folder-build) [core](#folder-build-core) [converters](#folder-build-core-converters)

## section.converter.ts

- Subject: section
- Concern: converter
- Layer: processing

### Stats

Files 1

Lines of code 77

Blank lines 9

Bytes 3344

Definitions 20

Exported 7

Callable 8

Call edges 4

isolated flow 15

entry flow 3

leaf flow 2

Findings no anomalies

isRecord:7
**leaf** · `in 2` · `out 0`
calls: none
called by: [splitSections](/anatomy/build#file-build-core-converters-section-converter-ts), [stringsOf](/anatomy/build#file-build-core-converters-section-converter-ts)

sectionOf:74
**leaf** · `in 2` · `out 0`
calls: none
called by: [sectionsOf](/anatomy/build#file-build-core-converters-section-converter-ts), [sectionsOf](/anatomy/build#file-build-core-converters-section-converter-ts)

sectionsOf:80
**entry** · `in 0` · `out 2`
calls: [sectionOf](/anatomy/build#file-build-core-converters-section-converter-ts), [sectionOf](/anatomy/build#file-build-core-converters-section-converter-ts)
called by: none

stringsOf:11
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-converters-section-converter-ts)
called by: none

splitSections:53
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-converters-section-converter-ts)
called by: none

linkTargetsOf:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

targets:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

at:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

start:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sectionIdOf:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

Split:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

keyedSections:46
**isolated** · `in 0` · `out 0`
calls: none
called by: none

id:48
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parts:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

entries:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rest:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

strings:75
**isolated** · `in 0` · `out 0`
calls: none
called by: none

links:76
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ body, found }:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 366 steps

### Syntax kinds

identifier 157

property_identifier 44

arguments 39

call_expression 38

member_expression 33

predefined_type 23

type_annotation 22

required_parameter 21

### Once only

program 1

type_predicate_annotation 1

type_predicate 1

generic_type 1

type_arguments 1

while_statement 1

The source is served as text at [the source](/assets/sources/source.a05819d7e51ee1159b9cddd244c069f0cfba7f44b3aaaec2c7ba851e066508fd.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## coordinators

A **concern** on the **application** layer holding **1** file, **29** lines of code, **9** definitions and **1** call edge.

### Stats

Files 1

Lines of code 29

Blank lines 2

Bytes 1446

Definitions 9

Exported 8

Callable 1

Call edges 1

isolated flow 8

entry flow 1

Findings no anomalies

the folder's walk 125 steps

### Files

[chapter.coordinator.ts](#file-build-core-coordinators-chapter-coordinator-ts)

- Subject: chapter
- Concern: coordinator
- Layer: application
- 29 lines of code
- 9 definitions
- 1 call edges

[root](#folder-build) [core](#folder-build-core) [coordinators](#folder-build-core-coordinators)

## chapter.coordinator.ts

- Subject: chapter
- Concern: coordinator
- Layer: application

### Stats

Files 1

Lines of code 29

Blank lines 2

Bytes 1446

Definitions 9

Exported 8

Callable 1

Call edges 1

isolated flow 8

entry flow 1

Findings no anomalies

renderSurface:10
**entry** · `in 0` · `out 1`
calls: [pagesFor](/anatomy/build#file-build-core-loaders-chapter-loader-ts)
called by: none

LIST_JOIN:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

input:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

render:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

attribution:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

unstable:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

chapters:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

removed:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 125 steps

### Syntax kinds

identifier 57

import_specifier 13

property_identifier 12

call_expression 10

arguments 10

lexical_declaration 9

variable_declarator 9

binary_expression 8

### Once only

program 1

export_statement 1

function_expression 1

formal_parameters 1

union_type 1

predefined_type 1

The source is served as text at [the source](/assets/sources/source.67e74014c617ffd97f64a990894ca5fa5bd65bc85e0394dfa8eaf900c60360fc.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## loaders

A **concern** on the **infrastructure** layer holding **12** files, **812** lines of code, **173** definitions and **77** call edges.

### Stats

Files 12

Lines of code 812

Blank lines 102

Bytes 35691

Definitions 173

Exported 86

Callable 100

Call edges 77

isolated flow 101

leaf flow 28

entry flow 24

relay flow 20

Findings no anomalies

the folder's walk 3373 steps

### Files

[chapter.loader.ts](#file-build-core-loaders-chapter-loader-ts)

- Subject: chapter
- Concern: loader
- Layer: infrastructure
- 89 lines of code
- 15 definitions
- 1 call edges

[coordination.loader.ts](#file-build-core-loaders-coordination-loader-ts)

- Subject: coordination
- Concern: loader
- Layer: infrastructure
- 48 lines of code
- 10 definitions
- 4 call edges

[coverage.loader.ts](#file-build-core-loaders-coverage-loader-ts)

- Subject: coverage
- Concern: loader
- Layer: infrastructure
- 40 lines of code
- 11 definitions
- 5 call edges

[inventory.loader.ts](#file-build-core-loaders-inventory-loader-ts)

- Subject: inventory
- Concern: loader
- Layer: infrastructure
- 34 lines of code
- 9 definitions
- 3 call edges

[leak.loader.ts](#file-build-core-loaders-leak-loader-ts)

- Subject: leak
- Concern: loader
- Layer: infrastructure
- 180 lines of code
- 42 definitions
- 18 call edges

[link.loader.ts](#file-build-core-loaders-link-loader-ts)

- Subject: link
- Concern: loader
- Layer: infrastructure
- 22 lines of code
- 5 definitions
- 1 call edges

[panel.loader.ts](#file-build-core-loaders-panel-loader-ts)

- Subject: panel
- Concern: loader
- Layer: infrastructure
- 76 lines of code
- 14 definitions
- 11 call edges

[payload.loader.ts](#file-build-core-loaders-payload-loader-ts)

- Subject: payload
- Concern: loader
- Layer: infrastructure
- 83 lines of code
- 16 definitions
- 9 call edges

[readme.loader.ts](#file-build-core-loaders-readme-loader-ts)

- Subject: readme
- Concern: loader
- Layer: infrastructure
- 126 lines of code
- 26 definitions
- 21 call edges

[section.loader.ts](#file-build-core-loaders-section-loader-ts)

- Subject: section
- Concern: loader
- Layer: infrastructure
- 20 lines of code
- 5 definitions
- 0 call edges

[seed.loader.ts](#file-build-core-loaders-seed-loader-ts)

- Subject: seed
- Concern: loader
- Layer: infrastructure
- 42 lines of code
- 9 definitions
- 1 call edges

[strings.loader.ts](#file-build-core-loaders-strings-loader-ts)

- Subject: strings
- Concern: loader
- Layer: infrastructure
- 52 lines of code
- 11 definitions
- 3 call edges

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## chapter.loader.ts

- Subject: chapter
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 89

Blank lines 9

Bytes 4014

Definitions 15

Exported 14

Callable 9

Call edges 1

isolated flow 13

entry flow 1

leaf flow 1

Findings no anomalies

pagesFor:72
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderSurface](/anatomy/build#file-build-core-coordinators-chapter-coordinator-ts)

shapeInputOf:76
**entry** · `in 0` · `out 1`
calls: [readmeInputsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: none

shapeOf:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rendererFor:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

readTwin:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

chapterSourcesOf:46
**isolated** · `in 0` · `out 0`
calls: none
called by: none

file:49
**isolated** · `in 0` · `out 0`
calls: none
called by: none

markdown:60
**isolated** · `in 0` · `out 0`
calls: none
called by: none

pageSourcesOf:66
**isolated** · `in 0` · `out 0`
calls: none
called by: none

payload:67
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sources:68
**isolated** · `in 0` · `out 0`
calls: none
called by: none

pages:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

present:78
**isolated** · `in 0` · `out 0`
calls: none
called by: none

attributionOf:85
**isolated** · `in 0` · `out 0`
calls: none
called by: none

surfaceFolder:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 314 steps

### Syntax kinds

identifier 138

property_identifier 35

import_specifier 25

binary_expression 24

null 21

member_expression 20

string 19

string_fragment 19

### Once only

program 1

for_in_statement 1

array_pattern 1

expression_statement 1

true 1

readonly_type 1

The source is served as text at [the source](/assets/sources/source.1589182e2bb791fbee3489e3717441cf5bf7ef96e9cb7850d0f6bc6b702aea0f.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## coordination.loader.ts

- Subject: coordination
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 48

Blank lines 7

Bytes 2028

Definitions 10

Exported 6

Callable 7

Call edges 4

isolated flow 5

leaf flow 2

relay flow 2

entry flow 1

Findings no anomalies

shippedEntries:23
**relay** · `in 1` · `out 1`
calls: [listedFiles](/anatomy/build#file-build-core-loaders-coordination-loader-ts)
called by: [packageFiles](/anatomy/build#file-build-core-loaders-coordination-loader-ts)

filesUnder:28
**relay** · `in 1` · `out 1`
calls: [isText](/anatomy/build#file-build-core-loaders-coordination-loader-ts)
called by: [packageFiles](/anatomy/build#file-build-core-loaders-coordination-loader-ts)

isText:11
**leaf** · `in 1` · `out 0`
calls: none
called by: [filesUnder](/anatomy/build#file-build-core-loaders-coordination-loader-ts)

listedFiles:15
**leaf** · `in 1` · `out 0`
calls: none
called by: [shippedEntries](/anatomy/build#file-build-core-loaders-coordination-loader-ts)

packageFiles:35
**entry** · `in 0` · `out 2`
calls: [filesUnder](/anatomy/build#file-build-core-loaders-coordination-loader-ts), [shippedEntries](/anatomy/build#file-build-core-loaders-coordination-loader-ts)
called by: none

listed:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

populatedFolders:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

path:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

packagePath:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 239 steps

### Syntax kinds

identifier 108

call_expression 33

arguments 33

required_parameter 18

predefined_type 18

type_annotation 17

formal_parameters 16

member_expression 16

### Once only

program 1

null 1

subscript_expression 1

type_predicate_annotation 1

type_predicate 1

spread_element 1

The source is served as text at [the source](/assets/sources/source.b7f1df364f88c561792a3452c522440701cab574719083caf2855a888486600e.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## coverage.loader.ts

- Subject: coverage
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 40

Blank lines 6

Bytes 1977

Definitions 11

Exported 5

Callable 6

Call edges 5

isolated flow 7

relay flow 2

entry flow 1

leaf flow 1

Findings no anomalies

isRecord:13
**leaf** · `in 3` · `out 0`
calls: none
called by: [isGraph](/anatomy/build#file-build-core-loaders-coverage-loader-ts), [isGraph](/anatomy/build#file-build-core-loaders-coverage-loader-ts), [loadModule](/anatomy/build#file-build-core-loaders-coverage-loader-ts)

isGraph:17
**relay** · `in 1` · `out 2`
calls: [isRecord](/anatomy/build#file-build-core-loaders-coverage-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-coverage-loader-ts)
called by: [graphsOf](/anatomy/build#file-build-core-loaders-coverage-loader-ts)

graphsOf:21
**relay** · `in 1` · `out 1`
calls: [isGraph](/anatomy/build#file-build-core-loaders-coverage-loader-ts)
called by: [loadModule](/anatomy/build#file-build-core-loaders-coverage-loader-ts)

loadModule:32
**entry** · `in 0` · `out 2`
calls: [graphsOf](/anatomy/build#file-build-core-loaders-coverage-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-coverage-loader-ts)
called by: none

constantsFolder:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

container:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

loadContentGraphs:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folder:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

suffix:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

files:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

loaded:44
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 190 steps

### Syntax kinds

identifier 83

call_expression 25

arguments 25

string 14

string_fragment 14

lexical_declaration 12

variable_declarator 12

member_expression 12

### Once only

program 1

null 1

array_pattern 1

import 1

export_statement 1

template_string 1

The source is served as text at [the source](/assets/sources/source.a22dfa3c8147530a3d2e3d28d24653ce768c34ea9b587810853bd36807871a20.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## inventory.loader.ts

- Subject: inventory
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 34

Blank lines 7

Bytes 1808

Definitions 9

Exported 5

Callable 7

Call edges 3

isolated flow 3

leaf flow 3

entry flow 2

relay flow 1

Findings no anomalies

inventorySourcePaths:18
**relay** · `in 1` · `out 1`
calls: [boundaryDocsPresent](/anatomy/build#file-build-core-loaders-inventory-loader-ts)
called by: [readInventorySources](/anatomy/build#file-build-core-loaders-inventory-loader-ts)

boundaryDocsPresent:13
**leaf** · `in 1` · `out 0`
calls: none
called by: [inventorySourcePaths](/anatomy/build#file-build-core-loaders-inventory-loader-ts)

inventoryTarget:30
**leaf** · `in 1` · `out 0`
calls: none
called by: [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts)

isInventory:34
**leaf** · `in 1` · `out 0`
calls: none
called by: [readInventory](/anatomy/build#file-build-core-loaders-inventory-loader-ts)

readInventorySources:26
**entry** · `in 0` · `out 1`
calls: [inventorySourcePaths](/anatomy/build#file-build-core-loaders-inventory-loader-ts)
called by: none

readInventory:38
**entry** · `in 0` · `out 1`
calls: [isInventory](/anatomy/build#file-build-core-loaders-inventory-loader-ts)
called by: none

readSource:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

config:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 152 steps

### Syntax kinds

identifier 64

call_expression 21

arguments 21

import_specifier 13

string 12

string_fragment 12

lexical_declaration 9

variable_declarator 9

### Once only

program 1

object 1

shorthand_property_identifier 1

pair 1

arrow_function 1

array 1

The source is served as text at [the source](/assets/sources/source.837c529343f2a2d4a271249c3b42794f4baa55be5f07fea1f2cb630f45f10842.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## leak.loader.ts

- Subject: leak
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 180

Blank lines 23

Bytes 8082

Definitions 42

Exported 12

Callable 23

Call edges 18

isolated flow 24

entry flow 7

relay flow 6

leaf flow 5

Findings no anomalies

isRecord:41
**leaf** · `in 6` · `out 0`
calls: none
called by: [idsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts), [isLeakSet](/anatomy/build#file-build-core-loaders-leak-loader-ts), [pathTokens](/anatomy/build#file-build-core-loaders-leak-loader-ts), [readPackage](/anatomy/build#file-build-core-loaders-leak-loader-ts), [scriptNames](/anatomy/build#file-build-core-loaders-leak-loader-ts), [stringsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts)

segmentsOf:51
**leaf** · `in 2` · `out 0`
calls: none
called by: [memberTokens](/anatomy/build#file-build-core-loaders-leak-loader-ts), [relativeSegments](/anatomy/build#file-build-core-loaders-leak-loader-ts)

firstSegments:193
**leaf** · `in 2` · `out 0`
calls: none
called by: [workspaceRoots](/anatomy/build#file-build-core-loaders-leak-loader-ts), [workspaceRoots](/anatomy/build#file-build-core-loaders-leak-loader-ts)

ontologyVocabulary:127
**relay** · `in 1` · `out 2`
calls: [idsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts), [stringsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: [publishedVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

anatomyVocabulary:141
**relay** · `in 1` · `out 2`
calls: [treeVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts), [identifierTokens](/anatomy/build#file-build-core-matchers-leak-matcher-ts)
called by: [publishedVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

relativeSegments:55
**relay** · `in 1` · `out 1`
calls: [segmentsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: [pathTokens](/anatomy/build#file-build-core-loaders-leak-loader-ts)

stringsOf:106
**relay** · `in 1` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: [ontologyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

idsOf:116
**relay** · `in 1` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: [ontologyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

isLeakSet:184
**relay** · `in 1` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: [readLeakSet](/anatomy/build#file-build-core-loaders-leak-loader-ts)

treeVocabulary:131
**leaf** · `in 1` · `out 0`
calls: none
called by: [anatomyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

leakTarget:180
**leaf** · `in 1` · `out 0`
calls: none
called by: [validate](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts)

pathTokens:59
**entry** · `in 0` · `out 2`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts), [relativeSegments](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

publishedVocabulary:145
**entry** · `in 0` · `out 2`
calls: [anatomyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts), [ontologyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

workspaceRoots:200
**entry** · `in 0` · `out 2`
calls: [firstSegments](/anatomy/build#file-build-core-loaders-leak-loader-ts), [firstSegments](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

readPackage:69
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

scriptNames:75
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

memberTokens:80
**entry** · `in 0` · `out 1`
calls: [segmentsOf](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

readLeakSet:188
**entry** · `in 0` · `out 1`
calls: [isLeakSet](/anatomy/build#file-build-core-loaders-leak-loader-ts)
called by: none

stemsOf:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

file:70
**isolated** · `in 0` · `out 0`
calls: none
called by: none

scripts:76
**isolated** · `in 0` · `out 0`
calls: none
called by: none

name:82
**isolated** · `in 0` · `out 0`
calls: none
called by: none

named:83
**isolated** · `in 0` · `out 0`
calls: none
called by: none

taxonomyTokens:88
**isolated** · `in 0` · `out 0`
calls: none
called by: none

roots:89
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folders:90
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folder:91
**isolated** · `in 0` · `out 0`
calls: none
called by: none

stageTokens:97
**isolated** · `in 0` · `out 0`
calls: none
called by: none

headOf:101
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[head]:102
**isolated** · `in 0` · `out 0`
calls: none
called by: none

own:132
**isolated** · `in 0` · `out 0`
calls: none
called by: none

files:133
**isolated** · `in 0` · `out 0`
calls: none
called by: none

avoidance:146
**isolated** · `in 0` · `out 0`
calls: none
called by: none

deriveLeakSet:152
**isolated** · `in 0` · `out 0`
calls: none
called by: none

groups:153
**isolated** · `in 0` · `out 0`
calls: none
called by: none

published:165
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tokens:166
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sources:167
**isolated** · `in 0` · `out 0`
calls: none
called by: none

unique:169
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:189
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[first]:195
**isolated** · `in 0` · `out 0`
calls: none
called by: none

declared:201
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 830 steps

### Syntax kinds

identifier 364

arguments 110

call_expression 105

property_identifier 81

member_expression 75

lexical_declaration 44

variable_declarator 44

array 44

### Once only

program 1

tuple_type 1

readonly_type 1

The source is served as text at [the source](/assets/sources/source.1bb9b4ee4cf3d3d09d383f1eece0876864d2974838926929296ecd2d0737915c.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## link.loader.ts

- Subject: link
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 22

Blank lines 4

Bytes 974

Definitions 5

Exported 4

Callable 4

Call edges 1

leaf flow 3

entry flow 1

isolated flow 1

Findings no anomalies

isLinkSet:5
**leaf** · `in 1` · `out 0`
calls: none
called by: [readLinkSet](/anatomy/build#file-build-core-loaders-link-loader-ts)

linkTarget:15
**leaf** · `in 1` · `out 0`
calls: none
called by: [validate](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

linkSetOf:24
**leaf** · `in 1` · `out 0`
calls: none
called by: [derive](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

readLinkSet:19
**entry** · `in 0` · `out 1`
calls: [isLinkSet](/anatomy/build#file-build-core-loaders-link-loader-ts)
called by: none

parsed:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 90 steps

### Syntax kinds

identifier 37

call_expression 10

arguments 10

member_expression 8

property_identifier 8

formal_parameters 7

type_annotation 7

string 6

### Once only

program 1

type_predicate_annotation 1

type_predicate 1

parenthesized_expression 1

union_type 1

literal_type 1

The source is served as text at [the source](/assets/sources/source.5a89d28e63bfd07f57c2f20750537b5d0ca67ae8b03e8e5519962598876920c4.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## panel.loader.ts

- Subject: panel
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 76

Blank lines 9

Bytes 3089

Definitions 14

Exported 3

Callable 9

Call edges 11

isolated flow 7

leaf flow 3

entry flow 2

relay flow 2

Findings no anomalies

listOf:25
**leaf** · `in 5` · `out 0`
calls: none
called by: [blocksOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [blocksOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [blocksOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [readPanelSections](/anatomy/build#file-build-core-loaders-panel-loader-ts), [readPanelSections](/anatomy/build#file-build-core-loaders-panel-loader-ts)

isRecord:21
**leaf** · `in 3` · `out 0`
calls: none
called by: [readPanelSections](/anatomy/build#file-build-core-loaders-panel-loader-ts), [readPanelSections](/anatomy/build#file-build-core-loaders-panel-loader-ts), [stringsOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)

blocksOf:52
**relay** · `in 1` · `out 3`
calls: [listOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [listOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [listOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)
called by: [sectionOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)

stringsOf:39
**relay** · `in 1` · `out 2`
calls: [isPanel](/anatomy/build#file-build-core-loaders-panel-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-panel-loader-ts)
called by: [sectionOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)

isPanel:29
**leaf** · `in 1` · `out 0`
calls: none
called by: [stringsOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)

readPanelSections:72
**entry** · `in 0` · `out 4`
calls: [isRecord](/anatomy/build#file-build-core-loaders-panel-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-panel-loader-ts), [listOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [listOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)
called by: none

sectionOf:59
**entry** · `in 0` · `out 2`
calls: [blocksOf](/anatomy/build#file-build-core-loaders-panel-loader-ts), [stringsOf](/anatomy/build#file-build-core-loaders-panel-loader-ts)
called by: none

panelOf:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

kind:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tag:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

id:60
**isolated** · `in 0` · `out 0`
calls: none
called by: none

isChapterTab:68
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

content:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 290 steps

### Syntax kinds

identifier 135

call_expression 30

arguments 30

predefined_type 24

property_identifier 20

type_annotation 18

binary_expression 18

import_specifier 16

### Once only

program 1

type_predicate_annotation 1

type_predicate 1

shorthand_property_identifier 1

number 1

undefined 1

The source is served as text at [the source](/assets/sources/source.06a4307981ef84a7c18a02cf3c5c3366bc5afb96110cf4ba922f49e959380fac.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## payload.loader.ts

- Subject: payload
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 83

Blank lines 8

Bytes 3144

Definitions 16

Exported 10

Callable 8

Call edges 9

isolated flow 9

entry flow 3

leaf flow 2

relay flow 2

Findings no anomalies

isRecord:18
**leaf** · `in 6` · `out 0`
calls: none
called by: [collectStrings](/anatomy/build#file-build-core-loaders-payload-loader-ts), [idsOf](/anatomy/build#file-build-core-loaders-payload-loader-ts), [readPageContent](/anatomy/build#file-build-core-loaders-payload-loader-ts), [readPagePayload](/anatomy/build#file-build-core-loaders-payload-loader-ts), [readPagePayload](/anatomy/build#file-build-core-loaders-payload-loader-ts), [tabsOf](/anatomy/build#file-build-core-loaders-payload-loader-ts)

collectStrings:26
**relay** · `in 1` · `out 2`
calls: [isCodeSample](/anatomy/build#file-build-core-loaders-payload-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts)
called by: [readPagePayload](/anatomy/build#file-build-core-loaders-payload-loader-ts)

tabsOf:48
**relay** · `in 1` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts)
called by: [readPagePayload](/anatomy/build#file-build-core-loaders-payload-loader-ts)

isCodeSample:22
**leaf** · `in 1` · `out 0`
calls: none
called by: [collectStrings](/anatomy/build#file-build-core-loaders-payload-loader-ts)

readPagePayload:71
**entry** · `in 0` · `out 4`
calls: [collectStrings](/anatomy/build#file-build-core-loaders-payload-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts), [tabsOf](/anatomy/build#file-build-core-loaders-payload-loader-ts)
called by: none

idsOf:39
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts)
called by: none

readPageContent:66
**entry** · `in 0` · `out 1`
calls: [isRecord](/anatomy/build#file-build-core-loaders-payload-loader-ts)
called by: none

id:56
**isolated** · `in 0` · `out 0`
calls: none
called by: none

payloadFileOf:62
**isolated** · `in 0` · `out 0`
calls: none
called by: none

file:72
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

content:77
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tabs:78
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sections:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

title:80
**isolated** · `in 0` · `out 0`
calls: none
called by: none

label:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 305 steps

### Syntax kinds

identifier 145

call_expression 28

arguments 28

predefined_type 21

type_annotation 20

lexical_declaration 18

variable_declarator 18

binary_expression 17

### Once only

program 1

type_predicate_annotation 1

type_predicate 1

array_pattern 1

union_type 1

literal_type 1

The source is served as text at [the source](/assets/sources/source.c97b3d77673812bbb6a443844b411b6d5cca97281fbd4d31d222297af82b6526.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## readme.loader.ts

- Subject: readme
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 126

Blank lines 12

Bytes 5079

Definitions 26

Exported 8

Callable 12

Call edges 21

isolated flow 14

entry flow 4

leaf flow 4

relay flow 4

Findings no anomalies

textAt:41
**leaf** · `in 11` · `out 0`
calls: none
called by: [diagramOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [metaOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [readStructuredPage](/anatomy/build#file-build-core-loaders-readme-loader-ts), [readStructuredPage](/anatomy/build#file-build-core-loaders-readme-loader-ts), [sectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [sectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [sectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [subsectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [subsectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [tabOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [tabOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)

isRecord:37
**leaf** · `in 3` · `out 0`
calls: none
called by: [metaOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [readStructuredPage](/anatomy/build#file-build-core-loaders-readme-loader-ts), [readStructuredPage](/anatomy/build#file-build-core-loaders-readme-loader-ts)

metaOf:116
**relay** · `in 2` · `out 2`
calls: [isRecord](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: [readmeInputsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [readmeInputsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)

listAt:46
**leaf** · `in 2` · `out 0`
calls: none
called by: [tabOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [tabsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)

readmeInputsOf:123
**relay** · `in 1` · `out 2`
calls: [metaOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [metaOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: [shapeInputOf](/anatomy/build#file-build-core-loaders-chapter-loader-ts)

diagramOf:65
**relay** · `in 1` · `out 1`
calls: [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: [sectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)

tabsOf:94
**relay** · `in 1` · `out 1`
calls: [listAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: [readStructuredPage](/anatomy/build#file-build-core-loaders-readme-loader-ts)

lessonsOf:51
**leaf** · `in 1` · `out 0`
calls: none
called by: [sectionOf](/anatomy/build#file-build-core-loaders-readme-loader-ts)

sectionOf:70
**entry** · `in 0` · `out 5`
calls: [diagramOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [lessonsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: none

readStructuredPage:102
**entry** · `in 0` · `out 5`
calls: [isRecord](/anatomy/build#file-build-core-loaders-readme-loader-ts), [isRecord](/anatomy/build#file-build-core-loaders-readme-loader-ts), [tabsOf](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: none

tabOf:86
**entry** · `in 0` · `out 3`
calls: [listAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: none

subsectionOf:61
**entry** · `in 0` · `out 2`
calls: [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts), [textAt](/anatomy/build#file-build-core-loaders-readme-loader-ts)
called by: none

value:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

problem:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

principle:54
**isolated** · `in 0` · `out 0`
calls: none
called by: none

block:66
**isolated** · `in 0` · `out 0`
calls: none
called by: none

subsections:71
**isolated** · `in 0` · `out 0`
calls: none
called by: none

blocks:72
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tabs:95
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:117
**isolated** · `in 0` · `out 0`
calls: none
called by: none

content:118
**isolated** · `in 0` · `out 0`
calls: none
called by: none

meta:119
**isolated** · `in 0` · `out 0`
calls: none
called by: none

methodology:124
**isolated** · `in 0` · `out 0`
calls: none
called by: none

faq:125
**isolated** · `in 0` · `out 0`
calls: none
called by: none

exhibits:126
**isolated** · `in 0` · `out 0`
calls: none
called by: none

present:127
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 483 steps

### Syntax kinds

identifier 231

call_expression 46

arguments 46

property_identifier 34

import_specifier 30

predefined_type 30

lexical_declaration 29

variable_declarator 29

### Once only

program 1

undefined 1

number 1

The source is served as text at [the source](/assets/sources/source.10cbcc1874f90ff8f2f3c54972bf8af9f12b1890457d4e91c2ad5e0c43363b86.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## section.loader.ts

- Subject: section
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 20

Blank lines 3

Bytes 1034

Definitions 5

Exported 4

Callable 2

Call edges 0

isolated flow 5

Findings no anomalies

PAGE_IDS_MODULE:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sitePages:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ids:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

readSections:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

found:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 92 steps

### Syntax kinds

identifier 34

property_identifier 16

member_expression 11

call_expression 9

arguments 9

formal_parameters 7

type_annotation 7

string 6

### Once only

program 1

generic_type 1

type_arguments 1

await_expression 1

import 1

type_predicate_annotation 1

The source is served as text at [the source](/assets/sources/source.1c46a0a478f7227ee429940d3556607bd08a05520bb9ba6b693da3005674763d.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## seed.loader.ts

- Subject: seed
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 42

Blank lines 7

Bytes 2104

Definitions 9

Exported 8

Callable 7

Call edges 1

isolated flow 6

leaf flow 2

entry flow 1

Findings no anomalies

seedsTarget:38
**leaf** · `in 1` · `out 0`
calls: none
called by: [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts)

isSeedReport:42
**leaf** · `in 1` · `out 0`
calls: none
called by: [readSeeds](/anatomy/build#file-build-core-loaders-seed-loader-ts)

readSeeds:46
**entry** · `in 0` · `out 1`
calls: [isSeedReport](/anatomy/build#file-build-core-loaders-seed-loader-ts)
called by: none

loadFaces:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

readModelTemplate:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

readModels:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folder:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

readOperatorProfile:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parsed:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 175 steps

### Syntax kinds

identifier 77

call_expression 23

arguments 23

string 18

string_fragment 18

import_specifier 16

property_identifier 13

import_statement 10

### Once only

program 1

array_type 1

parenthesized_expression 1

type_predicate_annotation 1

type_predicate 1

unary_expression 1

The source is served as text at [the source](/assets/sources/source.fe5090b1235c8c5c0d56e468cea089d4763f48b1eedd10481c8fe1e8f222a77d.generated.txt)

[root](#folder-build) [core](#folder-build-core) [loaders](#folder-build-core-loaders)

## strings.loader.ts

- Subject: strings
- Concern: loader
- Layer: infrastructure

### Stats

Files 1

Lines of code 52

Blank lines 7

Bytes 2358

Definitions 11

Exported 7

Callable 6

Call edges 3

isolated flow 7

leaf flow 2

entry flow 1

relay flow 1

Findings no anomalies

moduleFiles:35
**relay** · `in 1` · `out 1`
calls: [stringsFolders](/anatomy/build#file-build-core-loaders-strings-loader-ts)
called by: [readStringsModules](/anatomy/build#file-build-core-loaders-strings-loader-ts)

literalsOf:15
**leaf** · `in 1` · `out 0`
calls: none
called by: [readStringsModules](/anatomy/build#file-build-core-loaders-strings-loader-ts)

stringsFolders:29
**leaf** · `in 1` · `out 0`
calls: none
called by: [moduleFiles](/anatomy/build#file-build-core-loaders-strings-loader-ts)

readStringsModules:44
**entry** · `in 0` · `out 2`
calls: [literalsOf](/anatomy/build#file-build-core-loaders-strings-loader-ts), [moduleFiles](/anatomy/build#file-build-core-loaders-strings-loader-ts)
called by: none

STRINGS_CONCERN:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MEMBER:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

MEMBER_BELOW_ROOT:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

root:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

literals:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

toneTarget:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

baselineTarget:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 213 steps

### Syntax kinds

identifier 85

call_expression 28

arguments 28

property_identifier 26

member_expression 21

string_fragment 16

string 15

import_specifier 14

### Once only

program 1

template_string 1

template_substitution 1

null 1

undefined 1

object_type 1

The source is served as text at [the source](/assets/sources/source.a93bb0cd51e47189d04453e274f7957f61a6c622c7695498739dd99388e1de56.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## matchers

A **concern** on the **processing** layer holding **1** file, **85** lines of code, **20** definitions and **4** call edges.

### Stats

Files 1

Lines of code 85

Blank lines 7

Bytes 3051

Definitions 20

Exported 9

Callable 8

Call edges 4

isolated flow 13

leaf flow 4

entry flow 2

relay flow 1

Findings no anomalies

the folder's walk 303 steps

### Files

[leak.matcher.ts](#file-build-core-matchers-leak-matcher-ts)

- Subject: leak
- Concern: matcher
- Layer: processing
- 85 lines of code
- 20 definitions
- 4 call edges

[root](#folder-build) [core](#folder-build-core) [matchers](#folder-build-core-matchers)

## leak.matcher.ts

- Subject: leak
- Concern: matcher
- Layer: processing

### Stats

Files 1

Lines of code 85

Blank lines 7

Bytes 3051

Definitions 20

Exported 9

Callable 8

Call edges 4

isolated flow 13

leaf flow 4

entry flow 2

relay flow 1

Findings no anomalies

isWorkspacePath:56
**leaf** · `in 2` · `out 0`
calls: none
called by: [spanReason](/anatomy/build#file-build-core-matchers-leak-matcher-ts), [tokenReason](/anatomy/build#file-build-core-matchers-leak-matcher-ts)

identifierTokens:52
**relay** · `in 1` · `out 1`
calls: [plainTokens](/anatomy/build#file-build-core-matchers-leak-matcher-ts)
called by: [anatomyVocabulary](/anatomy/build#file-build-core-loaders-leak-loader-ts)

plainTokens:24
**leaf** · `in 1` · `out 0`
calls: none
called by: [identifierTokens](/anatomy/build#file-build-core-matchers-leak-matcher-ts)

hasIdentifierShape:43
**leaf** · `in 1` · `out 0`
calls: none
called by: [tokenReason](/anatomy/build#file-build-core-matchers-leak-matcher-ts)

leaksIn:61
**leaf** · `in 1` · `out 0`
calls: none
called by: [validatePayload](/anatomy/build#file-build-core-validators-leak-validator-ts)

tokenReason:72
**entry** · `in 0` · `out 2`
calls: [hasIdentifierShape](/anatomy/build#file-build-core-matchers-leak-matcher-ts), [isWorkspacePath](/anatomy/build#file-build-core-matchers-leak-matcher-ts)
called by: none

spanReason:66
**entry** · `in 0` · `out 1`
calls: [isWorkspacePath](/anatomy/build#file-build-core-matchers-leak-matcher-ts)
called by: none

IDENTIFIER_MARKS:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inlineCodeSpans:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

open:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

span:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tokens:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

current:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

cut:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

spans:78
**isolated** · `in 0` · `out 0`
calls: none
called by: none

words:82
**isolated** · `in 0` · `out 0`
calls: none
called by: none

reason:83
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seen:86
**isolated** · `in 0` · `out 0`
calls: none
called by: none

fresh:88
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 303 steps

### Syntax kinds

identifier 129

arguments 31

call_expression 29

property_identifier 27

member_expression 26

statement_block 23

lexical_declaration 22

variable_declarator 22

### Once only

program 1

while_statement 1

break_statement 1

else_clause 1

augmented_assignment_expression 1

true 1

The source is served as text at [the source](/assets/sources/source.7539c55c100d5458e7a70b227d6384c408d4e3748fd7e04913dcc141b08c6061.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## normalizers

A **concern** on the **processing** layer holding **4** files, **145** lines of code, **42** definitions and **10** call edges.

### Stats

Files 4

Lines of code 145

Blank lines 18

Bytes 5847

Definitions 42

Exported 26

Callable 17

Call edges 10

isolated flow 28

relay flow 8

leaf flow 6

Findings no anomalies

the folder's walk 619 steps

### Files

[link.normalizer.ts](#file-build-core-normalizers-link-normalizer-ts)

- Subject: link
- Concern: normalizer
- Layer: processing
- 42 lines of code
- 15 definitions
- 2 call edges

[readme.normalizer.ts](#file-build-core-normalizers-readme-normalizer-ts)

- Subject: readme
- Concern: normalizer
- Layer: processing
- 28 lines of code
- 7 definitions
- 0 call edges

[sentence.normalizer.ts](#file-build-core-normalizers-sentence-normalizer-ts)

- Subject: sentence
- Concern: normalizer
- Layer: processing
- 13 lines of code
- 4 definitions
- 0 call edges

[word.normalizer.ts](#file-build-core-normalizers-word-normalizer-ts)

- Subject: word
- Concern: normalizer
- Layer: processing
- 62 lines of code
- 16 definitions
- 8 call edges

[root](#folder-build) [core](#folder-build-core) [normalizers](#folder-build-core-normalizers)

## link.normalizer.ts

- Subject: link
- Concern: normalizer
- Layer: processing

### Stats

Files 1

Lines of code 42

Blank lines 4

Bytes 1868

Definitions 15

Exported 2

Callable 3

Call edges 2

isolated flow 12

relay flow 2

leaf flow 1

Findings no anomalies

relinked:34
**relay** · `in 2` · `out 1`
calls: [relinkLine](/anatomy/build#file-build-core-normalizers-link-normalizer-ts)
called by: [renderChapters](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [renderWiki](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

relinkLine:18
**relay** · `in 1` · `out 1`
calls: [targetOf](/anatomy/build#file-build-core-normalizers-link-normalizer-ts)
called by: [relinked](/anatomy/build#file-build-core-normalizers-link-normalizer-ts)

targetOf:9
**leaf** · `in 1` · `out 0`
calls: none
called by: [relinkLine](/anatomy/build#file-build-core-normalizers-link-normalizer-ts)

ROOT_LINK:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

hash:10
**isolated** · `in 0` · `out 0`
calls: none
called by: none

path:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

fragment:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[page = "", tab = null]:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

file:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

out:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

index:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

open:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

start:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

fenced:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 204 steps

### Syntax kinds

identifier 97

call_expression 17

member_expression 17

property_identifier 17

arguments 17

lexical_declaration 15

variable_declarator 15

binary_expression 13

### Once only

program 1

array_pattern 1

while_statement 1

augmented_assignment_expression 1

export_statement 1

false 1

The source is served as text at [the source](/assets/sources/source.aa99ce530267d676f99eb32fe1db8d4bb8d317b1f41c5abdf41450d499b7eb8f.generated.txt)

[root](#folder-build) [core](#folder-build-core) [normalizers](#folder-build-core-normalizers)

## readme.normalizer.ts

- Subject: readme
- Concern: normalizer
- Layer: processing

### Stats

Files 1

Lines of code 28

Blank lines 4

Bytes 1179

Definitions 7

Exported 7

Callable 4

Call edges 0

isolated flow 5

leaf flow 2

Findings no anomalies

isRepositoryPage:12
**leaf** · `in 1` · `out 0`
calls: none
called by: [exhibitChapters](/anatomy/build#file-build-core-renderers-readme-renderer-ts)

pageFolderOf:16
**leaf** · `in 1` · `out 0`
calls: none
called by: [folderOf](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

anchorOf:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

out:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

kept:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

firstSentenceOf:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

stop:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 112 steps

### Syntax kinds

identifier 52

member_expression 10

property_identifier 10

type_annotation 9

predefined_type 9

call_expression 9

arguments 9

import_specifier 8

### Once only

program 1

for_in_statement 1

expression_statement 1

augmented_assignment_expression 1

parenthesized_expression 1

unary_expression 1

The source is served as text at [the source](/assets/sources/source.dc8b137927cb13457b12b5a5afc27740c06f4ba0c36bf6a5219bbb0eb4e250ea.generated.txt)

[root](#folder-build) [core](#folder-build-core) [normalizers](#folder-build-core-normalizers)

## sentence.normalizer.ts

- Subject: sentence
- Concern: normalizer
- Layer: processing

### Stats

Files 1

Lines of code 13

Blank lines 1

Bytes 531

Definitions 4

Exported 4

Callable 1

Call edges 0

isolated flow 4

Findings no anomalies

isLabelledItem:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

trimmed:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

close:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

after:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 55 steps

### Syntax kinds

identifier 22

member_expression 8

property_identifier 8

call_expression 6

arguments 6

lexical_declaration 4

variable_declarator 4

statement_block 3

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

string 1

string_fragment 1

The source is served as text at [the source](/assets/sources/source.1d253fb6a2102da39e81a764ce3df0715aa3096310ac2d56924c9e4b9815dac5.generated.txt)

[root](#folder-build) [core](#folder-build-core) [normalizers](#folder-build-core-normalizers)

## word.normalizer.ts

- Subject: word
- Concern: normalizer
- Layer: processing

### Stats

Files 1

Lines of code 62

Blank lines 9

Bytes 2269

Definitions 16

Exported 13

Callable 9

Call edges 8

isolated flow 7

relay flow 6

leaf flow 3

Findings no anomalies

isBoundary:26
**leaf** · `in 2` · `out 0`
calls: none
called by: [countTerm](/anatomy/build#file-build-core-normalizers-word-normalizer-ts), [countTerm](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

countTerm:30
**relay** · `in 1` · `out 2`
calls: [isBoundary](/anatomy/build#file-build-core-normalizers-word-normalizer-ts), [isBoundary](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [countAny](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

digitMetricsOf:69
**relay** · `in 1` · `out 2`
calls: [isDigitMetric](/anatomy/build#file-build-core-normalizers-word-normalizer-ts), [lowerWordsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts)

lowerWordsOf:22
**relay** · `in 1` · `out 1`
calls: [wordsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [digitMetricsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

countAny:44
**relay** · `in 1` · `out 1`
calls: [countTerm](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [measureLiterals](/anatomy/build#file-build-core-analyzers-tone-analyzer-ts)

isNumeric:52
**relay** · `in 1` · `out 1`
calls: [isDigit](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [isDigitMetric](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

isDigitMetric:64
**relay** · `in 1` · `out 1`
calls: [isNumeric](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)
called by: [digitMetricsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

wordsOf:3
**leaf** · `in 1` · `out 0`
calls: none
called by: [lowerWordsOf](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

isDigit:48
**leaf** · `in 1` · `out 0`
calls: none
called by: [isNumeric](/anatomy/build#file-build-core-normalizers-word-normalizer-ts)

words:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

current:5
**isolated** · `in 0` · `out 0`
calls: none
called by: none

count:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

from:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

before:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

after:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

unit:65
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 248 steps

### Syntax kinds

identifier 111

member_expression 25

property_identifier 25

type_annotation 23

predefined_type 23

call_expression 23

arguments 23

binary_expression 21

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

import_specifier 1

array 1

The source is served as text at [the source](/assets/sources/source.ea73d92e84f694f1d8167c80ffa8e3ea5954b0d9227dfea9621198085533dcae.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## persistence

A **concern** on the **infrastructure** layer holding **2** files, **55** lines of code, **13** definitions and **4** call edges.

### Stats

Files 2

Lines of code 55

Blank lines 8

Bytes 2584

Definitions 13

Exported 8

Callable 8

Call edges 4

isolated flow 7

entry flow 2

leaf flow 2

relay flow 2

Findings no anomalies

the folder's walk 276 steps

### Files

[chapter.persistence.ts](#file-build-core-persistence-chapter-persistence-ts)

- Subject: chapter
- Concern: persistence
- Layer: infrastructure
- 34 lines of code
- 9 definitions
- 2 call edges

[report.persistence.ts](#file-build-core-persistence-report-persistence-ts)

- Subject: report
- Concern: persistence
- Layer: infrastructure
- 21 lines of code
- 4 definitions
- 2 call edges

[root](#folder-build) [core](#folder-build-core) [persistence](#folder-build-core-persistence)

## chapter.persistence.ts

- Subject: chapter
- Concern: persistence
- Layer: infrastructure

### Stats

Files 1

Lines of code 34

Blank lines 4

Bytes 1667

Definitions 9

Exported 5

Callable 4

Call edges 2

isolated flow 6

entry flow 2

leaf flow 1

Findings no anomalies

markdownIn:12
**leaf** · `in 1` · `out 0`
calls: none
called by: [staleChaptersOf](/anatomy/build#file-build-core-persistence-chapter-persistence-ts)

staleChaptersOf:22
**entry** · `in 0` · `out 1`
calls: [markdownIn](/anatomy/build#file-build-core-persistence-chapter-persistence-ts)
called by: none

persistChapters:28
**entry** · `in 0` · `out 1`
calls: [persistText](/anatomy/build#file-build-core-persistence-report-persistence-ts)
called by: none

folderOf:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slash:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rendered:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folders:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

stale:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 195 steps

### Syntax kinds

identifier 85

arguments 25

call_expression 23

property_identifier 22

member_expression 21

required_parameter 14

formal_parameters 11

type_annotation 11

### Once only

program 1

if_statement 1

object 1

pair 1

true 1

spread_element 1

The source is served as text at [the source](/assets/sources/source.97b3106c98ce24b594c86c34e54d23aec61b3f6188c0b3529d966506d024ce48.generated.txt)

[root](#folder-build) [core](#folder-build-core) [persistence](#folder-build-core-persistence)

## report.persistence.ts

- Subject: report
- Concern: persistence
- Layer: infrastructure

### Stats

Files 1

Lines of code 21

Blank lines 4

Bytes 917

Definitions 4

Exported 3

Callable 4

Call edges 2

relay flow 2

isolated flow 1

leaf flow 1

Findings no anomalies

persistJson:10
**relay** · `in 2` · `out 1`
calls: [ensureFolder](/anatomy/build#file-build-core-persistence-report-persistence-ts)
called by: [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [derive](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

ensureFolder:6
**leaf** · `in 2` · `out 0`
calls: none
called by: [persistJson](/anatomy/build#file-build-core-persistence-report-persistence-ts), [persistText](/anatomy/build#file-build-core-persistence-report-persistence-ts)

persistText:15
**relay** · `in 1` · `out 1`
calls: [ensureFolder](/anatomy/build#file-build-core-persistence-report-persistence-ts)
called by: [persistChapters](/anatomy/build#file-build-core-persistence-chapter-persistence-ts)

readJsonOrNull:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 81 steps

### Syntax kinds

identifier 40

type_annotation 10

predefined_type 10

call_expression 9

arguments 9

import_specifier 7

required_parameter 6

statement_block 5

### Once only

program 1

object 1

pair 1

true 1

if_statement 1

parenthesized_expression 1

The source is served as text at [the source](/assets/sources/source.9d01e731a373c084be569c7cff7022fd362da3f5af995fb56ccff237a46e33a5.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## renderers

A **concern** on the **product** layer holding **6** files, **593** lines of code, **108** definitions and **39** call edges.

### Stats

Files 6

Lines of code 593

Blank lines 49

Bytes 23106

Definitions 108

Exported 38

Callable 45

Call edges 39

isolated flow 73

entry flow 17

leaf flow 15

relay flow 3

Findings no anomalies

the folder's walk 2327 steps

### Files

[baseline.renderer.ts](#file-build-core-renderers-baseline-renderer-ts)

- Subject: baseline
- Concern: renderer
- Layer: product
- 65 lines of code
- 11 definitions
- 2 call edges

[chapter.renderer.ts](#file-build-core-renderers-chapter-renderer-ts)

- Subject: chapter
- Concern: renderer
- Layer: product
- 97 lines of code
- 24 definitions
- 9 call edges

[faq.renderer.ts](#file-build-core-renderers-faq-renderer-ts)

- Subject: faq
- Concern: renderer
- Layer: product
- 37 lines of code
- 4 definitions
- 1 call edges

[markdown.renderer.ts](#file-build-core-renderers-markdown-renderer-ts)

- Subject: markdown
- Concern: renderer
- Layer: product
- 39 lines of code
- 11 definitions
- 1 call edges

[readme.renderer.ts](#file-build-core-renderers-readme-renderer-ts)

- Subject: readme
- Concern: renderer
- Layer: product
- 184 lines of code
- 27 definitions
- 16 call edges

[wiki.renderer.ts](#file-build-core-renderers-wiki-renderer-ts)

- Subject: wiki
- Concern: renderer
- Layer: product
- 171 lines of code
- 31 definitions
- 10 call edges

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## baseline.renderer.ts

- Subject: baseline
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 65

Blank lines 4

Bytes 2259

Definitions 11

Exported 2

Callable 3

Call edges 2

isolated flow 8

leaf flow 2

entry flow 1

Findings no anomalies

row:20
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderBaseline](/anatomy/build#file-build-core-renderers-baseline-renderer-ts)

wordsPerSentence:24
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderBaseline](/anatomy/build#file-build-core-renderers-baseline-renderer-ts)

renderBaseline:28
**entry** · `in 0` · `out 2`
calls: [row](/anatomy/build#file-build-core-renderers-baseline-renderer-ts), [wordsPerSentence](/anatomy/build#file-build-core-renderers-baseline-renderer-ts)
called by: none

FRONTMATTER:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

CELL:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EDGE:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EDGE_END:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RULE:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

HEADING:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

DECIMALS:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lines:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 183 steps

### Syntax kinds

identifier 91

call_expression 23

arguments 23

member_expression 22

property_identifier 22

string_fragment 15

string 14

import_specifier 11

### Once only

program 1

readonly_type 1

array_type 1

ternary_expression 1

parenthesized_expression 1

export_statement 1

The source is served as text at [the source](/assets/sources/source.c55ddc98a2cec5f5183e2e5be8662b9749e9671fa9db3278b4dafb3cb4cdb8b0.generated.txt)

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## chapter.renderer.ts

- Subject: chapter
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 97

Blank lines 9

Bytes 4204

Definitions 24

Exported 9

Callable 9

Call edges 9

isolated flow 16

leaf flow 4

entry flow 3

relay flow 1

Findings no anomalies

chapterPathOf:26
**leaf** · `in 2` · `out 0`
calls: none
called by: [chapterOf](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [repositoryResolver](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

repositoryResolver:44
**relay** · `in 1` · `out 2`
calls: [chapterPathOf](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [relativeTo](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)
called by: [renderChapters](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

relativeTo:36
**leaf** · `in 1` · `out 0`
calls: none
called by: [repositoryResolver](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

chapterList:67
**leaf** · `in 1` · `out 0`
calls: none
called by: [chapterOf](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

folderOfFile:89
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderChapters](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

renderChapters:94
**entry** · `in 0` · `out 4`
calls: [relinked](/anatomy/build#file-build-core-normalizers-link-normalizer-ts), [folderOfFile](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [repositoryResolver](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [renderReadme](/anatomy/build#file-build-core-renderers-readme-renderer-ts)
called by: none

chapterOf:74
**entry** · `in 0` · `out 2`
calls: [chapterList](/anatomy/build#file-build-core-renderers-chapter-renderer-ts), [chapterPathOf](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)
called by: none

folderOf:22
**entry** · `in 0` · `out 1`
calls: [pageFolderOf](/anatomy/build#file-build-core-normalizers-readme-normalizer-ts)
called by: none

folder:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

file:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

prefix:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

found:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

source:51
**isolated** · `in 0` · `out 0`
calls: none
called by: none

footerOf:58
**isolated** · `in 0` · `out 0`
calls: none
called by: none

root:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

links:60
**isolated** · `in 0` · `out 0`
calls: none
called by: none

label:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

items:68
**isolated** · `in 0` · `out 0`
calls: none
called by: none

parts:80
**isolated** · `in 0` · `out 0`
calls: none
called by: none

leads:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

body:85
**isolated** · `in 0` · `out 0`
calls: none
called by: none

slash:90
**isolated** · `in 0` · `out 0`
calls: none
called by: none

composed:95
**isolated** · `in 0` · `out 0`
calls: none
called by: none

chapters:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 460 steps

### Syntax kinds

identifier 209

property_identifier 56

member_expression 50

call_expression 40

arguments 40

required_parameter 29

binary_expression 29

type_annotation 28

### Once only

program 1

readonly_type 1

optional_chain 1

shorthand_property_identifier 1

The source is served as text at [the source](/assets/sources/source.9bf73960ef72abd2647bbc8d93407da6d572d105b29cfebcd867d67f42459d41.generated.txt)

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## faq.renderer.ts

- Subject: faq
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 37

Blank lines 2

Bytes 1247

Definitions 4

Exported 2

Callable 2

Call edges 1

isolated flow 3

entry flow 1

Findings no anomalies

renderFaq:30
**entry** · `in 0` · `out 1`
calls: [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

question:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rule:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

groups:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 98 steps

### Syntax kinds

identifier 45

member_expression 12

property_identifier 12

import_specifier 11

string 11

call_expression 8

arguments 8

import_statement 6

### Once only

program 1

union_type 1

literal_type 1

null 1

export_statement 1

type_identifier 1

The source is served as text at [the source](/assets/sources/source.49723c59dfabde54c4bbd57c2e4645238fc2d8d1dca3caaf89a590b7886d65a1.generated.txt)

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## markdown.renderer.ts

- Subject: markdown
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 39

Blank lines 9

Bytes 1812

Definitions 11

Exported 10

Callable 8

Call edges 1

isolated flow 5

leaf flow 5

entry flow 1

Findings no anomalies

link:16
**leaf** · `in 6` · `out 0`
calls: none
called by: [note](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [chapterEntry](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [exhibitChapters](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [reading](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [pageLink](/anatomy/build#file-build-core-renderers-wiki-renderer-ts), [pageLink](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

section:38
**leaf** · `in 6` · `out 0`
calls: none
called by: [renderFaq](/anatomy/build#file-build-core-renderers-faq-renderer-ts), [exhibits](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [loop](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [reading](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [stance](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [works](/anatomy/build#file-build-core-renderers-readme-renderer-ts)

tabFileOf:20
**leaf** · `in 3` · `out 0`
calls: none
called by: [chapterEntry](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [exhibitChapters](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [reading](/anatomy/build#file-build-core-renderers-readme-renderer-ts)

numbered:46
**leaf** · `in 3` · `out 0`
calls: none
called by: [reading](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [stance](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [stepGroup](/anatomy/build#file-build-core-renderers-readme-renderer-ts)

attributionLine:24
**leaf** · `in 2` · `out 0`
calls: none
called by: [renderReadme](/anatomy/build#file-build-core-renderers-readme-renderer-ts), [renderWiki](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

note:34
**entry** · `in 0` · `out 1`
calls: [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

ITALIC:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

owner:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

licence:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

image:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

bullets:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 175 steps

### Syntax kinds

identifier 86

type_annotation 21

predefined_type 20

binary_expression 17

required_parameter 16

member_expression 12

property_identifier 12

import_specifier 11

### Once only

program 1

type_identifier 1

template_string 1

rest_pattern 1

array 1

spread_element 1

The source is served as text at [the source](/assets/sources/source.02add99692a917898691eaf77ae7b54c3c30bd97f8b90ee439eb37380dfc645a.generated.txt)

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## readme.renderer.ts

- Subject: readme
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 184

Blank lines 13

Bytes 7068

Definitions 27

Exported 2

Callable 12

Call edges 16

isolated flow 18

entry flow 8

relay flow 1

Findings no anomalies

renderReadme:176
**relay** · `in 1` · `out 1`
calls: [attributionLine](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: [renderChapters](/anatomy/build#file-build-core-renderers-chapter-renderer-ts)

reading:164
**entry** · `in 0` · `out 4`
calls: [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [numbered](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [tabFileOf](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

exhibitChapters:144
**entry** · `in 0` · `out 3`
calls: [isRepositoryPage](/anatomy/build#file-build-core-normalizers-readme-normalizer-ts), [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [tabFileOf](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

chapterEntry:129
**entry** · `in 0` · `out 2`
calls: [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [tabFileOf](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

stance:138
**entry** · `in 0` · `out 2`
calls: [numbered](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

works:134
**entry** · `in 0` · `out 1`
calls: [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

exhibits:152
**entry** · `in 0` · `out 1`
calls: [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

stepGroup:160
**entry** · `in 0` · `out 1`
calls: [numbered](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

loop:168
**entry** · `in 0` · `out 1`
calls: [section](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: none

ATTRIBUTION_SPACE:93
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ITEM_INDENT:94
**isolated** · `in 0` · `out 0`
calls: none
called by: none

header:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

owner:97
**isolated** · `in 0` · `out 0`
calls: none
called by: none

licence:103
**isolated** · `in 0` · `out 0`
calls: none
called by: none

icons:104
**isolated** · `in 0` · `out 0`
calls: none
called by: none

logo:105
**isolated** · `in 0` · `out 0`
calls: none
called by: none

callout:109
**isolated** · `in 0` · `out 0`
calls: none
called by: none

grammar:110
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lines:111
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sectionsOf:125
**isolated** · `in 0` · `out 0`
calls: none
called by: none

summary:130
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:139
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tail:140
**isolated** · `in 0` · `out 0`
calls: none
called by: none

folder:148
**isolated** · `in 0` · `out 0`
calls: none
called by: none

items:153
**isolated** · `in 0` · `out 0`
calls: none
called by: none

diagram:169
**isolated** · `in 0` · `out 0`
calls: none
called by: none

body:177
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 743 steps

### Syntax kinds

identifier 378

import_specifier 96

call_expression 75

arguments 75

member_expression 64

property_identifier 64

binary_expression 50

string 28

### Once only

program 1

ternary_expression 1

readonly_type 1

unary_expression 1

null 1

undefined 1

The source is served as text at [the source](/assets/sources/source.99f1f65b82d496c8b4c440ef9fe66dd1f8da727ac9de6f4aeebafbb52a43a78f.generated.txt)

[root](#folder-build) [core](#folder-build-core) [renderers](#folder-build-core-renderers)

## wiki.renderer.ts

- Subject: wiki
- Concern: renderer
- Layer: product

### Stats

Files 1

Lines of code 171

Blank lines 12

Bytes 6516

Definitions 31

Exported 13

Callable 11

Call edges 10

isolated flow 23

leaf flow 4

entry flow 3

relay flow 1

Findings no anomalies

pageLink:112
**relay** · `in 2` · `out 2`
calls: [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [link](/anatomy/build#file-build-core-renderers-markdown-renderer-ts)
called by: [readingList](/anatomy/build#file-build-core-renderers-wiki-renderer-ts), [readingList](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

pageStemOf:54
**leaf** · `in 1` · `out 0`
calls: none
called by: [pagesOf](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

isSiteOnly:67
**leaf** · `in 1` · `out 0`
calls: none
called by: [pagesOf](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

sidebarOf:131
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderWiki](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

homeOf:155
**leaf** · `in 1` · `out 0`
calls: none
called by: [renderWiki](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)

renderWiki:164
**entry** · `in 0` · `out 4`
calls: [relinked](/anatomy/build#file-build-core-normalizers-link-normalizer-ts), [attributionLine](/anatomy/build#file-build-core-renderers-markdown-renderer-ts), [homeOf](/anatomy/build#file-build-core-renderers-wiki-renderer-ts), [sidebarOf](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)
called by: none

pagesOf:71
**entry** · `in 0` · `out 2`
calls: [isSiteOnly](/anatomy/build#file-build-core-renderers-wiki-renderer-ts), [pageStemOf](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)
called by: none

readingList:116
**entry** · `in 0` · `out 2`
calls: [pageLink](/anatomy/build#file-build-core-renderers-wiki-renderer-ts), [pageLink](/anatomy/build#file-build-core-renderers-wiki-renderer-ts)
called by: none

HOME_STEM:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

RULE:44
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GROUP_MARK:45
**isolated** · `in 0` · `out 0`
calls: none
called by: none

wordsOf:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

number:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

words:60
**isolated** · `in 0` · `out 0`
calls: none
called by: none

grouped:72
**isolated** · `in 0` · `out 0`
calls: none
called by: none

index:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

wikiResolver:99
**isolated** · `in 0` · `out 0`
calls: none
called by: none

found:101
**isolated** · `in 0` · `out 0`
calls: none
called by: none

groups:117
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lines:132
**isolated** · `in 0` · `out 0`
calls: none
called by: none

neighbours:148
**isolated** · `in 0` · `out 0`
calls: none
called by: none

previous:149
**isolated** · `in 0` · `out 0`
calls: none
called by: none

next:150
**isolated** · `in 0` · `out 0`
calls: none
called by: none

links:151
**isolated** · `in 0` · `out 0`
calls: none
called by: none

reading:156
**isolated** · `in 0` · `out 0`
calls: none
called by: none

pages:165
**isolated** · `in 0` · `out 0`
calls: none
called by: none

front:166
**isolated** · `in 0` · `out 0`
calls: none
called by: none

home:167
**isolated** · `in 0` · `out 0`
calls: none
called by: none

resolve:168
**isolated** · `in 0` · `out 0`
calls: none
called by: none

hosted:169
**isolated** · `in 0` · `out 0`
calls: none
called by: none

chapters:170
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 668 steps

### Syntax kinds

identifier 298

property_identifier 100

member_expression 79

arguments 60

call_expression 59

binary_expression 46

import_specifier 38

required_parameter 36

### Once only

program 1

false 1

augmented_assignment_expression 1

true 1

optional_parameter 1

new_expression 1

The source is served as text at [the source](/assets/sources/source.df9e69c04ec70bcbfb5c0bbbb6f26c0af641a18b065a9f0dcc00e2b5a9802c73.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## reporters

A **concern** on the **operations** layer holding **1** file, **24** lines of code, **5** definitions and **3** call edges.

### Stats

Files 1

Lines of code 24

Blank lines 4

Bytes 998

Definitions 5

Exported 3

Callable 3

Call edges 3

isolated flow 2

leaf flow 2

relay flow 1

Findings no anomalies

the folder's walk 92 steps

### Files

[derivation.reporter.ts](#file-build-core-reporters-derivation-reporter-ts)

- Subject: derivation
- Concern: reporter
- Layer: operations
- 24 lines of code
- 5 definitions
- 3 call edges

[root](#folder-build) [core](#folder-build-core) [reporters](#folder-build-core-reporters)

## derivation.reporter.ts

- Subject: derivation
- Concern: reporter
- Layer: operations

### Stats

Files 1

Lines of code 24

Blank lines 4

Bytes 998

Definitions 5

Exported 3

Callable 3

Call edges 3

isolated flow 2

leaf flow 2

relay flow 1

Findings no anomalies

say:9
**leaf** · `in 7` · `out 0`
calls: none
called by: [conclude](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [conclude](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [conclude](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [validate](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [derive](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts), [validate](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

refuse:13
**leaf** · `in 5` · `out 0`
calls: none
called by: [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [derive](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [validate](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [builtSections](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts), [validate](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

conclude:18
**relay** · `in 2` · `out 3`
calls: [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts)
called by: [validate](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts), [validate](/anatomy/build#file-build-runtime-entrypoints-link-entrypoint-ts)

EXIT_CLEAN:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

EXIT_FAILED:7
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 92 steps

### Syntax kinds

identifier 45

member_expression 11

property_identifier 11

type_annotation 10

predefined_type 9

call_expression 9

arguments 9

expression_statement 8

### Once only

program 1

function_type 1

readonly_type 1

array_type 1

type_identifier 1

if_statement 1

The source is served as text at [the source](/assets/sources/source.29a0bdbaf83f7612454f06b64d0294f8a15de6109e4c9ea0541621980bda7d3e.generated.txt)

[root](#folder-build) [core](#folder-build-core)

## validators

A **concern** on the **processing** layer holding **8** files, **409** lines of code, **85** definitions and **27** call edges.

### Stats

Files 8

Lines of code 409

Blank lines 42

Bytes 17472

Definitions 85

Exported 46

Callable 40

Call edges 27

isolated flow 59

leaf flow 11

entry flow 9

relay flow 6

Findings no anomalies

the folder's walk 1912 steps

### Files

[chapter.validator.ts](#file-build-core-validators-chapter-validator-ts)

- Subject: chapter
- Concern: validator
- Layer: processing
- 13 lines of code
- 4 definitions
- 1 call edges

[coordination.validator.ts](#file-build-core-validators-coordination-validator-ts)

- Subject: coordination
- Concern: validator
- Layer: processing
- 39 lines of code
- 9 definitions
- 1 call edges

[coverage.validator.ts](#file-build-core-validators-coverage-validator-ts)

- Subject: coverage
- Concern: validator
- Layer: processing
- 170 lines of code
- 31 definitions
- 18 call edges

[evidence.validator.ts](#file-build-core-validators-evidence-validator-ts)

- Subject: evidence
- Concern: validator
- Layer: processing
- 48 lines of code
- 12 definitions
- 2 call edges

[leak.validator.ts](#file-build-core-validators-leak-validator-ts)

- Subject: leak
- Concern: validator
- Layer: processing
- 28 lines of code
- 6 definitions
- 1 call edges

[link.validator.ts](#file-build-core-validators-link-validator-ts)

- Subject: link
- Concern: validator
- Layer: processing
- 30 lines of code
- 9 definitions
- 0 call edges

[panel.validator.ts](#file-build-core-validators-panel-validator-ts)

- Subject: panel
- Concern: validator
- Layer: processing
- 54 lines of code
- 8 definitions
- 3 call edges

[writing.validator.ts](#file-build-core-validators-writing-validator-ts)

- Subject: writing
- Concern: validator
- Layer: processing
- 27 lines of code
- 6 definitions
- 1 call edges

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## chapter.validator.ts

- Subject: chapter
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 13

Blank lines 2

Bytes 615

Definitions 4

Exported 3

Callable 2

Call edges 1

isolated flow 2

entry flow 1

leaf flow 1

Findings no anomalies

differs:3
**leaf** · `in 1` · `out 0`
calls: none
called by: [unstableChapters](/anatomy/build#file-build-core-validators-chapter-validator-ts)

unstableChapters:7
**entry** · `in 0` · `out 1`
calls: [differs](/anatomy/build#file-build-core-validators-chapter-validator-ts)
called by: none

first:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

second:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 77 steps

### Syntax kinds

identifier 34

required_parameter 8

type_annotation 7

member_expression 7

property_identifier 7

type_identifier 5

call_expression 5

arguments 5

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

string 1

string_fragment 1

The source is served as text at [the source](/assets/sources/source.1313bd74290cc296131b327778fb2697241196471ac455d61135a3b3d79f272a.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## coordination.validator.ts

- Subject: coordination
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 39

Blank lines 6

Bytes 1418

Definitions 9

Exported 5

Callable 6

Call edges 1

isolated flow 7

entry flow 1

leaf flow 1

Findings no anomalies

isSeatLetter:18
**leaf** · `in 1` · `out 0`
calls: none
called by: [boundSeats](/anatomy/build#file-build-core-validators-coordination-validator-ts)

boundSeats:23
**entry** · `in 0` · `out 1`
calls: [isSeatLetter](/anatomy/build#file-build-core-validators-coordination-validator-ts)
called by: none

hostTermsIn:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

rowLetter:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[, cell]:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

first:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

filedEntries:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

at:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

schedulesRows:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 156 steps

### Syntax kinds

identifier 60

call_expression 21

member_expression 21

property_identifier 21

arguments 21

type_annotation 13

predefined_type 13

required_parameter 12

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

readonly_type 1

array_pattern 1

The source is served as text at [the source](/assets/sources/source.170edc2a8adee7914bb80c76290d63e501a506ee855a793f4700457bd1ce4191.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## coverage.validator.ts

- Subject: coverage
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 170

Blank lines 16

Bytes 7156

Definitions 31

Exported 12

Callable 16

Call edges 18

isolated flow 19

leaf flow 5

relay flow 4

entry flow 3

Findings no anomalies

finding:29
**leaf** · `in 8` · `out 0`
calls: none
called by: [conceptsTaughtAcross](/anatomy/build#file-build-core-validators-coverage-validator-ts), [cycleFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [requirementFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [requirementFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [shapeFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [shapeFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [shapeFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [validateUnion](/anatomy/build#file-build-core-validators-coverage-validator-ts)

cyclesIn:93
**relay** · `in 2` · `out 1`
calls: [visit](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: [cycleFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [validateUnion](/anatomy/build#file-build-core-validators-coverage-validator-ts)

nodeOf:132
**leaf** · `in 2` · `out 0`
calls: none
called by: [validateUnion](/anatomy/build#file-build-core-validators-coverage-validator-ts), [validateUnion](/anatomy/build#file-build-core-validators-coverage-validator-ts)

shapeFindings:33
**relay** · `in 1` · `out 3`
calls: [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: [validateGraph](/anatomy/build#file-build-core-validators-coverage-validator-ts)

requirementFindings:73
**relay** · `in 1` · `out 3`
calls: [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [localRequirements](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: [validateGraph](/anatomy/build#file-build-core-validators-coverage-validator-ts)

cycleFindings:118
**relay** · `in 1` · `out 2`
calls: [cyclesIn](/anatomy/build#file-build-core-validators-coverage-validator-ts), [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: [validateGraph](/anatomy/build#file-build-core-validators-coverage-validator-ts)

teachersOf:19
**leaf** · `in 1` · `out 0`
calls: none
called by: [conceptsTaughtAcross](/anatomy/build#file-build-core-validators-coverage-validator-ts)

localRequirements:65
**leaf** · `in 1` · `out 0`
calls: none
called by: [requirementFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts)

visit:97
**leaf** · `in 1` · `out 0`
calls: none
called by: [cyclesIn](/anatomy/build#file-build-core-validators-coverage-validator-ts)

validateUnion:140
**entry** · `in 0` · `out 4`
calls: [cyclesIn](/anatomy/build#file-build-core-validators-coverage-validator-ts), [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [nodeOf](/anatomy/build#file-build-core-validators-coverage-validator-ts), [nodeOf](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: none

validateGraph:164
**entry** · `in 0` · `out 3`
calls: [cycleFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [requirementFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts), [shapeFindings](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: none

conceptsTaughtAcross:173
**entry** · `in 0` · `out 2`
calls: [finding](/anatomy/build#file-build-core-validators-coverage-validator-ts), [teachersOf](/anatomy/build#file-build-core-validators-coverage-validator-ts)
called by: none

orderedSections:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

declared:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

built:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

requirementMessage:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

order:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

message:84
**isolated** · `in 0` · `out 0`
calls: none
called by: none

visiting:94
**isolated** · `in 0` · `out 0`
calls: none
called by: none

done:95
**isolated** · `in 0` · `out 0`
calls: none
called by: none

cycles:96
**isolated** · `in 0` · `out 0`
calls: none
called by: none

NODE_MARK:130
**isolated** · `in 0` · `out 0`
calls: none
called by: none

taughtAcross:136
**isolated** · `in 0` · `out 0`
calls: none
called by: none

teachers:141
**isolated** · `in 0` · `out 0`
calls: none
called by: none

edges:149
**isolated** · `in 0` · `out 0`
calls: none
called by: none

cut:159
**isolated** · `in 0` · `out 0`
calls: none
called by: none

untaughtOf:168
**isolated** · `in 0` · `out 0`
calls: none
called by: none

traced:169
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seen:174
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:175
**isolated** · `in 0` · `out 0`
calls: none
called by: none

other:178
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 770 steps

### Syntax kinds

identifier 341

member_expression 100

property_identifier 100

arguments 93

call_expression 83

type_annotation 49

statement_block 44

required_parameter 41

### Once only

program 1

object 1

true 1

ternary_expression 1

The source is served as text at [the source](/assets/sources/source.89fdf50b0f1d0854a7f6913bdacddb393272c87911cbb4b76ccfb6e5e18b2c0b.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## evidence.validator.ts

- Subject: evidence
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 48

Blank lines 6

Bytes 2229

Definitions 12

Exported 6

Callable 5

Call edges 2

isolated flow 9

entry flow 2

leaf flow 1

Findings no anomalies

nodeOf:6
**leaf** · `in 2` · `out 0`
calls: none
called by: [chapterNodes](/anatomy/build#file-build-core-validators-evidence-validator-ts), [teachingNodes](/anatomy/build#file-build-core-validators-evidence-validator-ts)

teachingNodes:15
**entry** · `in 0` · `out 1`
calls: [nodeOf](/anatomy/build#file-build-core-validators-evidence-validator-ts)
called by: none

chapterNodes:23
**entry** · `in 0` · `out 1`
calls: [nodeOf](/anatomy/build#file-build-core-validators-evidence-validator-ts)
called by: none

NODE_MARK:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

finding:10
**isolated** · `in 0` · `out 0`
calls: none
called by: none

cut:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

groundingOf:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

teaching:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

declared:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

grounded:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

absent:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 279 steps

### Syntax kinds

identifier 110

property_identifier 46

member_expression 41

arguments 35

call_expression 32

required_parameter 22

formal_parameters 18

type_annotation 14

### Once only

program 1

array_pattern 1

generic_type 1

type_arguments 1

export_statement 1

The source is served as text at [the source](/assets/sources/source.a1025f9108b8b5eaf239dd40f754e6efb1e8500828d4b8efea13067b63577f6d.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## leak.validator.ts

- Subject: leak
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 28

Blank lines 2

Bytes 1085

Definitions 6

Exported 5

Callable 1

Call edges 1

isolated flow 5

relay flow 1

Findings no anomalies

validatePayload:12
**relay** · `in 1` · `out 1`
calls: [leaksIn](/anatomy/build#file-build-core-matchers-leak-matcher-ts)
called by: [validate](/anatomy/build#file-build-runtime-entrypoints-leak-entrypoint-ts)

REASON_LEADS:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

tokens:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seen:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

key:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 99 steps

### Syntax kinds

identifier 43

property_identifier 14

member_expression 10

import_specifier 8

type_identifier 8

lexical_declaration 6

variable_declarator 6

type_annotation 6

### Once only

program 1

export_statement 1

function_expression 1

formal_parameters 1

array 1

binary_expression 1

The source is served as text at [the source](/assets/sources/source.5ccb1875e05d34633b942b79d513843d6881393b41b2f7e3b5fbfa90bdf8b2d7.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## link.validator.ts

- Subject: link
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 30

Blank lines 2

Bytes 1340

Definitions 9

Exported 8

Callable 2

Call edges 0

isolated flow 9

Findings no anomalies

pageLinks:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

linkChanges:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

bySection:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

pageOf:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

byPage:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lost:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

moved:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

held:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

onPage:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 158 steps

### Syntax kinds

identifier 65

member_expression 19

property_identifier 19

arguments 18

call_expression 13

lexical_declaration 11

variable_declarator 11

type_identifier 9

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

string 1

string_fragment 1

The source is served as text at [the source](/assets/sources/source.673798623c9fd131e469b3402049f4deb250eb263f2330f103f7666f7056117d.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## panel.validator.ts

- Subject: panel
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 54

Blank lines 5

Bytes 2209

Definitions 8

Exported 2

Callable 5

Call edges 3

isolated flow 4

leaf flow 2

entry flow 1

relay flow 1

Findings no anomalies

tagFindings:17
**relay** · `in 1` · `out 1`
calls: [wordCount](/anatomy/build#file-build-core-validators-panel-validator-ts)
called by: [validatePanels](/anatomy/build#file-build-core-validators-panel-validator-ts)

wordCount:13
**leaf** · `in 1` · `out 0`
calls: none
called by: [tagFindings](/anatomy/build#file-build-core-validators-panel-validator-ts)

duplicateTags:34
**leaf** · `in 1` · `out 0`
calls: none
called by: [validatePanels](/anatomy/build#file-build-core-validators-panel-validator-ts)

validatePanels:48
**entry** · `in 0` · `out 2`
calls: [duplicateTags](/anatomy/build#file-build-core-validators-panel-validator-ts), [tagFindings](/anatomy/build#file-build-core-validators-panel-validator-ts)
called by: none

messages:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seen:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

twice:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

panelCount:57
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 224 steps

### Syntax kinds

identifier 90

property_identifier 39

member_expression 36

arguments 19

call_expression 18

required_parameter 14

type_annotation 14

import_specifier 13

### Once only

program 1

unary_expression 1

new_expression 1

type_arguments 1

for_in_statement 1

The source is served as text at [the source](/assets/sources/source.02ab4b91acc61860e6328b7a021411accab6323c0cbe9445b3dfc7e83d82695d.generated.txt)

[root](#folder-build) [core](#folder-build-core) [validators](#folder-build-core-validators)

## writing.validator.ts

- Subject: writing
- Concern: validator
- Layer: processing

### Stats

Files 1

Lines of code 27

Blank lines 3

Bytes 1420

Definitions 6

Exported 5

Callable 3

Call edges 1

isolated flow 4

entry flow 1

leaf flow 1

Findings no anomalies

signoffKey:6
**leaf** · `in 1` · `out 0`
calls: none
called by: [unsignedSections](/anatomy/build#file-build-core-validators-writing-validator-ts)

unsignedSections:10
**entry** · `in 0` · `out 1`
calls: [signoffKey](/anatomy/build#file-build-core-validators-writing-validator-ts)
called by: none

signed:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

everSigned:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

unreadCount:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inScope:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 149 steps

### Syntax kinds

identifier 60

property_identifier 23

member_expression 21

arguments 16

required_parameter 13

call_expression 12

type_annotation 10

formal_parameters 9

### Once only

program 1

parenthesized_expression 1

object 1

template_string 1

ternary_expression 1

The source is served as text at [the source](/assets/sources/source.fa94fe5a9e573c005604e352041138128a6e364f8dec76d6c83e7ac61b36d3fa.generated.txt)

[root](#folder-build)

## runtime

A **container** holding **9** files, **423** lines of code, **67** definitions and **19** call edges.

### Stats

Files 9

Lines of code 423

Blank lines 44

Bytes 18741

Definitions 67

Exported 0

Callable 7

Call edges 19

isolated flow 62

entry flow 5

Findings no anomalies

the folder's walk 1611 steps

### Folders

[entrypoints](#folder-build-runtime-entrypoints)

A **concern** on the **runtime** layer holding **9** files, **423** lines of code, **67** definitions and **19** call edges.

[root](#folder-build) [runtime](#folder-build-runtime)

## entrypoints

A **concern** on the **runtime** layer holding **9** files, **423** lines of code, **67** definitions and **19** call edges.

### Stats

Files 9

Lines of code 423

Blank lines 44

Bytes 18741

Definitions 67

Exported 0

Callable 7

Call edges 19

isolated flow 62

entry flow 5

Findings no anomalies

### Files

[chapter.entrypoint.ts](#file-build-runtime-entrypoints-chapter-entrypoint-ts)

- Subject: chapter
- Concern: entrypoint
- Layer: runtime
- 39 lines of code
- 4 definitions
- 0 call edges

[coordination.entrypoint.ts](#file-build-runtime-entrypoints-coordination-entrypoint-ts)

- Subject: coordination
- Concern: entrypoint
- Layer: runtime
- 55 lines of code
- 5 definitions
- 0 call edges

[coverage.entrypoint.ts](#file-build-runtime-entrypoints-coverage-entrypoint-ts)

- Subject: coverage
- Concern: entrypoint
- Layer: runtime
- 110 lines of code
- 17 definitions
- 0 call edges

[inventory.entrypoint.ts](#file-build-runtime-entrypoints-inventory-entrypoint-ts)

- Subject: inventory
- Concern: entrypoint
- Layer: runtime
- 23 lines of code
- 7 definitions
- 0 call edges

[leak.entrypoint.ts](#file-build-runtime-entrypoints-leak-entrypoint-ts)

- Subject: leak
- Concern: entrypoint
- Layer: runtime
- 67 lines of code
- 11 definitions
- 11 call edges

[link.entrypoint.ts](#file-build-runtime-entrypoints-link-entrypoint-ts)

- Subject: link
- Concern: entrypoint
- Layer: runtime
- 56 lines of code
- 11 definitions
- 8 call edges

[seed.entrypoint.ts](#file-build-runtime-entrypoints-seed-entrypoint-ts)

- Subject: seed
- Concern: entrypoint
- Layer: runtime
- 38 lines of code
- 6 definitions
- 0 call edges

[tone.entrypoint.ts](#file-build-runtime-entrypoints-tone-entrypoint-ts)

- Subject: tone
- Concern: entrypoint
- Layer: runtime
- 20 lines of code
- 4 definitions
- 0 call edges

[writing.entrypoint.ts](#file-build-runtime-entrypoints-writing-entrypoint-ts)

- Subject: writing
- Concern: entrypoint
- Layer: runtime
- 15 lines of code
- 2 definitions
- 0 call edges

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## chapter.entrypoint.ts

- Subject: chapter
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 39

Blank lines 3

Bytes 1480

Definitions 4

Exported 0

Callable 0

Call edges 0

isolated flow 4

Findings no anomalies

argv:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

requested:25
**isolated** · `in 0` · `out 0`
calls: none
called by: none

shape:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

result:31
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 120 steps

### Syntax kinds

identifier 62

import_specifier 17

property_identifier 17

call_expression 12

arguments 12

string 9

pair 9

template_substitution 9

### Once only

program 1

array 1

await_expression 1

unary_expression 1

The source is served as text at [the source](/assets/sources/source.b8364b6a2f1650e37abb8c6131becbad29c0a92fdb9d617d64f8b5c20e609435.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## coordination.entrypoint.ts

- Subject: coordination
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 55

Blank lines 11

Bytes 2364

Definitions 5

Exported 0

Callable 1

Call edges 0

isolated flow 5

Findings no anomalies

root:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

read:35
**isolated** · `in 0` · `out 0`
calls: none
called by: none

path:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:40
**isolated** · `in 0` · `out 0`
calls: none
called by: none

terms:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 206 steps

### Syntax kinds

identifier 106

import_specifier 31

call_expression 26

arguments 26

property_identifier 18

string 16

string_fragment 15

import_statement 12

### Once only

program 1

unary_expression 1

function_expression 1

return_statement 1

ternary_expression 1

array_type 1

The source is served as text at [the source](/assets/sources/source.e5392dab868b53e54f3839742648494489af0eb19d866ba8d1dbb437a6e59e6e.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## coverage.entrypoint.ts

- Subject: coverage
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 110

Blank lines 9

Bytes 4324

Definitions 17

Exported 0

Callable 1

Call edges 0

isolated flow 17

Findings no anomalies

SECTION_MARK:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inventory:44
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seeds:48
**isolated** · `in 0` · `out 0`
calls: none
called by: none

graphs:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

asFinding:58
**isolated** · `in 0` · `out 0`
calls: none
called by: none

known:62
**isolated** · `in 0` · `out 0`
calls: none
called by: none

payloadSections:63
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:64
**isolated** · `in 0` · `out 0`
calls: none
called by: none

payload:66
**isolated** · `in 0` · `out 0`
calls: none
called by: none

context:73
**isolated** · `in 0` · `out 0`
calls: none
called by: none

graphFindings:74
**isolated** · `in 0` · `out 0`
calls: none
called by: none

reported:79
**isolated** · `in 0` · `out 0`
calls: none
called by: none

key:81
**isolated** · `in 0` · `out 0`
calls: none
called by: none

grounding:88
**isolated** · `in 0` · `out 0`
calls: none
called by: none

panels:100
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sections:102
**isolated** · `in 0` · `out 0`
calls: none
called by: none

untaught:108
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 398 steps

### Syntax kinds

identifier 189

property_identifier 55

arguments 51

call_expression 48

member_expression 47

import_specifier 38

string_fragment 22

template_substitution 22

### Once only

program 1

await_expression 1

function_expression 1

return_statement 1

readonly_type 1

continue_statement 1

The source is served as text at [the source](/assets/sources/source.40e3f191e34b87d55acc48fad2de14fb2e0a9851ed2aa337c782e499706eb79e.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## inventory.entrypoint.ts

- Subject: inventory
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 23

Blank lines 3

Bytes 1385

Definitions 7

Exported 0

Callable 0

Call edges 0

isolated flow 7

Findings no anomalies

sources:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inventorySources:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

records:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

found:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

lines:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inventory:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:24
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 117 steps

### Syntax kinds

identifier 54

import_specifier 15

property_identifier 15

call_expression 12

arguments 12

string_fragment 10

import_statement 9

import_clause 9

### Once only

program 1

array_type 1

arrow_function 1

formal_parameters 1

required_parameter 1

statement_block 1

The source is served as text at [the source](/assets/sources/source.929a553ef51c39a9dde7982bc6f27785d175ed0b2272c25078aa7ae87b9fed8d.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## leak.entrypoint.ts

- Subject: leak
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 67

Blank lines 4

Bytes 2720

Definitions 11

Exported 0

Callable 2

Call edges 11

isolated flow 9

entry flow 2

Findings no anomalies

derive:32
**entry** · `in 0` · `out 6`
calls: [inventoryTarget](/anatomy/build#file-build-core-loaders-inventory-loader-ts), [seedsTarget](/anatomy/build#file-build-core-loaders-seed-loader-ts), [persistJson](/anatomy/build#file-build-core-persistence-report-persistence-ts), [refuse](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [refuse](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts)
called by: none

validate:49
**entry** · `in 0` · `out 5`
calls: [leakTarget](/anatomy/build#file-build-core-loaders-leak-loader-ts), [conclude](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [refuse](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [validatePayload](/anatomy/build#file-build-core-validators-leak-validator-ts)
called by: none

argv:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

inventory:33
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seeds:37
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

leaks:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

graphs:54
**isolated** · `in 0` · `out 0`
calls: none
called by: none

roots:58
**isolated** · `in 0` · `out 0`
calls: none
called by: none

findings:59
**isolated** · `in 0` · `out 0`
calls: none
called by: none

payload:61
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 221 steps

### Syntax kinds

identifier 109

import_specifier 31

call_expression 27

arguments 27

property_identifier 18

string_fragment 16

import_statement 15

import_clause 15

### Once only

program 1

false 1

number 1

array_type 1

for_in_statement 1

continue_statement 1

The source is served as text at [the source](/assets/sources/source.2e3db1a851b3664ae3d70a5c4e464a8c5e9e783751a80e31afbcc8e90d10ca7d.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## link.entrypoint.ts

- Subject: link
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 56

Blank lines 5

Bytes 2325

Definitions 11

Exported 0

Callable 3

Call edges 8

isolated flow 8

entry flow 3

Findings no anomalies

validate:45
**entry** · `in 0` · `out 4`
calls: [linkTarget](/anatomy/build#file-build-core-loaders-link-loader-ts), [conclude](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [refuse](/anatomy/build#file-build-core-reporters-derivation-reporter-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts)
called by: none

derive:37
**entry** · `in 0` · `out 3`
calls: [linkSetOf](/anatomy/build#file-build-core-loaders-link-loader-ts), [persistJson](/anatomy/build#file-build-core-persistence-report-persistence-ts), [say](/anatomy/build#file-build-core-reporters-derivation-reporter-ts)
called by: none

builtSections:28
**entry** · `in 0` · `out 1`
calls: [refuse](/anatomy/build#file-build-core-reporters-derivation-reporter-ts)
called by: none

argv:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ missing, sections }:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

[first]:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

sections:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

links:41
**isolated** · `in 0` · `out 0`
calls: none
called by: none

baseline:46
**isolated** · `in 0` · `out 0`
calls: none
called by: none

{ lost, moved }:50
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 205 steps

### Syntax kinds

identifier 97

import_specifier 25

call_expression 23

arguments 23

property_identifier 17

template_substitution 15

string_fragment 13

import_statement 11

### Once only

program 1

array 1

false 1

readonly_type 1

array_type 1

array_pattern 1

The source is served as text at [the source](/assets/sources/source.1672c22b86e31f9265217b351bff3e3d7f9fdb8c51d31c4693c6ee0f62737c02.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## seed.entrypoint.ts

- Subject: seed
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 38

Blank lines 4

Bytes 1769

Definitions 6

Exported 0

Callable 0

Call edges 0

isolated flow 6

Findings no anomalies

words:22
**isolated** · `in 0` · `out 0`
calls: none
called by: none

faces:27
**isolated** · `in 0` · `out 0`
calls: none
called by: none

seeds:28
**isolated** · `in 0` · `out 0`
calls: none
called by: none

duplicates:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

report:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

target:38
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 165 steps

### Syntax kinds

identifier 80

import_specifier 23

call_expression 23

arguments 23

property_identifier 18

member_expression 15

string_fragment 13

string 12

### Once only

program 1

object 1

null 1

number 1

for_in_statement 1

await_expression 1

The source is served as text at [the source](/assets/sources/source.8cc98a301f3e462e8dd249e61805f2ec1649abeb41486354d13d6d6356990ee4.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## tone.entrypoint.ts

- Subject: tone
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 20

Blank lines 3

Bytes 1278

Definitions 4

Exported 0

Callable 0

Call edges 0

isolated flow 4

Findings no anomalies

modules:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

baseline:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

json:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

document:20
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 94 steps

### Syntax kinds

identifier 47

import_specifier 15

string_fragment 12

call_expression 12

arguments 12

import_statement 11

import_clause 11

named_imports 11

### Once only

program 1

array 1

type_annotation 1

type_identifier 1

arrow_function 1

formal_parameters 1

The source is served as text at [the source](/assets/sources/source.8301f676059b7c4c9f8bdf38e57f175ad879cf24249ff9b850840f2e9d2b3bc4.generated.txt)

[root](#folder-build) [runtime](#folder-build-runtime) [entrypoints](#folder-build-runtime-entrypoints)

## writing.entrypoint.ts

- Subject: writing
- Concern: entrypoint
- Layer: runtime

### Stats

Files 1

Lines of code 15

Blank lines 2

Bytes 1096

Definitions 2

Exported 0

Callable 0

Call edges 0

isolated flow 2

Findings no anomalies

{ missing, sections }:12
**isolated** · `in 0` · `out 0`
calls: none
called by: none

absent:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 85 steps

### Syntax kinds

identifier 42

import_specifier 14

call_expression 11

arguments 11

import_statement 8

import_clause 8

named_imports 8

string 8

### Once only

program 1

object_pattern 1

await_expression 1

parenthesized_expression 1

The source is served as text at [the source](/assets/sources/source.3a432e31a88ca8cb33ff1605ccfb97fb39a8dad7f18cbbf97e6565acf2102e6c.generated.txt)

[root](#folder-build)

## types

A **container** holding **10** files, **270** lines of code, **55** definitions and **0** call edges.

### Stats

Files 10

Lines of code 270

Blank lines 48

Bytes 8019

Definitions 55

Exported 55

Callable 0

Call edges 0

isolated flow 55

Findings no anomalies

the folder's walk 337 steps

### Files

[chapter.types.ts](#file-build-types-chapter-types-ts)

- Subject: chapter
- Concern: types
- Layer: infrastructure
- 54 lines of code
- 13 definitions
- 0 call edges

[coverage.types.ts](#file-build-types-coverage-types-ts)

- Subject: coverage
- Concern: types
- Layer: infrastructure
- 18 lines of code
- 3 definitions
- 0 call edges

[derivation.types.ts](#file-build-types-derivation-types-ts)

- Subject: derivation
- Concern: types
- Layer: infrastructure
- 4 lines of code
- 1 definitions
- 0 call edges

[inventory.types.ts](#file-build-types-inventory-types-ts)

- Subject: inventory
- Concern: types
- Layer: infrastructure
- 25 lines of code
- 5 definitions
- 0 call edges

[leak.types.ts](#file-build-types-leak-types-ts)

- Subject: leak
- Concern: types
- Layer: infrastructure
- 26 lines of code
- 6 definitions
- 0 call edges

[lesson.types.ts](#file-build-types-lesson-types-ts)

- Subject: lesson
- Concern: types
- Layer: infrastructure
- 48 lines of code
- 9 definitions
- 0 call edges

[panel.types.ts](#file-build-types-panel-types-ts)

- Subject: panel
- Concern: types
- Layer: infrastructure
- 9 lines of code
- 2 definitions
- 0 call edges

[readme.types.ts](#file-build-types-readme-types-ts)

- Subject: readme
- Concern: types
- Layer: infrastructure
- 42 lines of code
- 8 definitions
- 0 call edges

[tone.types.ts](#file-build-types-tone-types-ts)

- Subject: tone
- Concern: types
- Layer: infrastructure
- 24 lines of code
- 3 definitions
- 0 call edges

[writing.types.ts](#file-build-types-writing-types-ts)

- Subject: writing
- Concern: types
- Layer: infrastructure
- 20 lines of code
- 5 definitions
- 0 call edges

[root](#folder-build) [types](#folder-build-types)

## chapter.types.ts

- Subject: chapter
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 54

Blank lines 13

Bytes 1607

Definitions 13

Exported 13

Callable 0

Call edges 0

isolated flow 13

Findings no anomalies

Chapter:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ChapterSource:9
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LinkResolver:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SiteOnlyTab:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

Attribution:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ChapterShape:32
**isolated** · `in 0` · `out 0`
calls: none
called by: none

WikiPage:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PageSources:42
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ShapeInput:48
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ShapeRenderer:53
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SurfaceRendered:55
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SurfaceRefused:62
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SurfaceResult:67
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 79 steps

### Syntax kinds

type_annotation 35

property_signature 31

property_identifier 31

predefined_type 27

type_identifier 23

export_statement 13

interface_declaration 9

interface_body 9

### Once only

program 1

import_statement 1

import_clause 1

named_imports 1

import_specifier 1

true 1

The source is served as text at [the source](/assets/sources/source.804c448a2d4f2d88af47def7f8d5bc1179e6af3609900a09501d0102cb7315b0.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## coverage.types.ts

- Subject: coverage
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 18

Blank lines 3

Bytes 704

Definitions 3

Exported 3

Callable 0

Call edges 0

isolated flow 3

Findings no anomalies

GroundingReport:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GraphFinding:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

GraphContext:17
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 28 steps

### Syntax kinds

property_signature 10

property_identifier 10

type_annotation 10

predefined_type 10

type_identifier 7

export_statement 5

readonly_type 5

array_type 5

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.2ff1ada9dee7c2862fc0d4cfcf7103b129fe023c078d035e889aa4a0e1a404d0.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## derivation.types.ts

- Subject: derivation
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 4

Blank lines 0

Bytes 86

Definitions 1

Exported 1

Callable 0

Call edges 0

isolated flow 1

Findings no anomalies

Finding:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 4 steps

### Syntax kinds

property_signature 2

property_identifier 2

type_annotation 2

predefined_type 2

program 1

export_statement 1

interface_declaration 1

type_identifier 1

### Once only

program 1

export_statement 1

interface_declaration 1

type_identifier 1

interface_body 1

The source is served as text at [the source](/assets/sources/source.dcb23a4f152b9163c354df1cbe0ae0e20d711e8e26db42e281d05151e7774808.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## inventory.types.ts

- Subject: inventory
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 25

Blank lines 4

Bytes 704

Definitions 5

Exported 5

Callable 0

Call edges 0

isolated flow 5

Findings no anomalies

RuleKind:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

InventoryRecord:3
**isolated** · `in 0` · `out 0`
calls: none
called by: none

InventorySource:15
**isolated** · `in 0` · `out 0`
calls: none
called by: none

Inventory:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SourceText:26
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 29 steps

### Syntax kinds

property_signature 16

property_identifier 16

type_annotation 16

predefined_type 13

type_identifier 8

export_statement 5

literal_type 5

union_type 4

### Once only

program 1

type_alias_declaration 1

The source is served as text at [the source](/assets/sources/source.1308f14a5e55037f46980bff1e08ab67d8181afb54c4d746381736a4ffdc29cb.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## leak.types.ts

- Subject: leak
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 26

Blank lines 5

Bytes 716

Definitions 6

Exported 6

Callable 0

Call edges 0

isolated flow 6

Findings no anomalies

LeakSource:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LeakSet:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LeakReason:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LeakMatch:13
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PayloadTab:18
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PagePayload:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 30 steps

### Syntax kinds

property_signature 15

property_identifier 15

type_annotation 15

predefined_type 12

type_identifier 9

export_statement 6

interface_declaration 5

interface_body 5

### Once only

program 1

type_alias_declaration 1

The source is served as text at [the source](/assets/sources/source.0796b52faa31d40ecd6e3067bd5dbea28bd930e3f73bdd473b18448180191d97.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## lesson.types.ts

- Subject: lesson
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 48

Blank lines 9

Bytes 1505

Definitions 9

Exported 9

Callable 0

Call edges 0

isolated flow 9

Findings no anomalies

SeedSource:4
**isolated** · `in 0` · `out 0`
calls: none
called by: none

Faces:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SeedLevel:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LessonSeed:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

IncompleteSeed:29
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SeedReport:34
**isolated** · `in 0` · `out 0`
calls: none
called by: none

InvariantStatement:39
**isolated** · `in 0` · `out 0`
calls: none
called by: none

SlotWords:47
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ProfilePrinciple:54
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 57 steps

### Syntax kinds

property_signature 29

property_identifier 29

type_annotation 29

predefined_type 22

type_identifier 15

literal_type 13

string 11

string_fragment 11

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.eba47c88fd086e29349923b59b75229e0f5fbeeaf850c70d0e4f38e5d7ae58c5.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## panel.types.ts

- Subject: panel
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 9

Blank lines 1

Bytes 228

Definitions 2

Exported 2

Callable 0

Call edges 0

isolated flow 2

Findings no anomalies

PayloadPanel:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

PanelSection:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 10 steps

### Syntax kinds

property_signature 5

property_identifier 5

type_annotation 5

predefined_type 4

type_identifier 3

export_statement 2

interface_declaration 2

interface_body 2

### Once only

program 1

union_type 1

literal_type 1

null 1

readonly_type 1

array_type 1

The source is served as text at [the source](/assets/sources/source.2ddd5a31edba50618b44da0f2245f21ca3996113489da30988919df523814a88.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## readme.types.ts

- Subject: readme
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 42

Blank lines 7

Bytes 1163

Definitions 8

Exported 8

Callable 0

Call edges 0

isolated flow 8

Findings no anomalies

ReadmeLesson:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmeSubsection:6
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ChapterSummary:11
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmeStep:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmeSection:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmeTab:30
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmePage:36
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadmeInputs:43
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 49 steps

### Syntax kinds

property_signature 26

property_identifier 26

type_annotation 26

predefined_type 19

type_identifier 15

export_statement 8

interface_declaration 8

interface_body 8

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.422db9e4563f3ec5d271f3414580fa452b72a67ff684accd12249115dfdbbc6b.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## tone.types.ts

- Subject: tone
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 24

Blank lines 2

Bytes 737

Definitions 3

Exported 3

Callable 0

Call edges 0

isolated flow 3

Findings no anomalies

ToneMetrics:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ToneBaseline:19
**isolated** · `in 0` · `out 0`
calls: none
called by: none

StringsModule:23
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 25 steps

### Syntax kinds

property_signature 18

property_identifier 18

type_annotation 18

predefined_type 17

type_identifier 4

export_statement 3

interface_declaration 3

interface_body 3

### Once only

program 1

The source is served as text at [the source](/assets/sources/source.68648d8dbcd46ff7bed4e0616573c342c5965e850b9c5feb9bc97fc159858e58.generated.txt)

[root](#folder-build) [types](#folder-build-types)

## writing.types.ts

- Subject: writing
- Concern: types
- Layer: infrastructure

### Stats

Files 1

Lines of code 20

Blank lines 4

Bytes 569

Definitions 5

Exported 5

Callable 0

Call edges 0

isolated flow 5

Findings no anomalies

PageSection:1
**isolated** · `in 0` · `out 0`
calls: none
called by: none

ReadingSignoff:8
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LinkSet:14
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LinkChanges:16
**isolated** · `in 0` · `out 0`
calls: none
called by: none

LinkChange:21
**isolated** · `in 0` · `out 0`
calls: none
called by: none

the file's walk 26 steps

### Syntax kinds

property_signature 11

property_identifier 11

type_annotation 11

predefined_type 11

type_identifier 10

export_statement 5

interface_declaration 4

interface_body 4

### Once only

program 1

type_alias_declaration 1

The source is served as text at [the source](/assets/sources/source.de6a010482896429aaa5ea81be4aabd87cde5c4d0c44dc895c013bbcb8db3581.generated.txt)
