Skip to content

Commit 0d9ecbf

Browse files
author
supermodel-bot
committed
Deploy arch-docs for dead-code-hunter
1 parent a365b84 commit 0d9ecbf

File tree

63 files changed

+11344
-6736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+11344
-6736
lines changed

site/dead-code-hunter/all/index.html

Lines changed: 89 additions & 71 deletions
Large diffs are not rendered by default.

site/dead-code-hunter/domain-analysiscore.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
1212

1313
<title>AnalysisCore Domain — dead-code-hunter Architecture | dead-code-hunter Architecture Docs</title>
14-
<meta name="description" content="Handles the core logic for filtering and managing dead code candidates received from the SDK. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
14+
<meta name="description" content="Handles the internal logic for processing, filtering, and structuring dead code findings. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
1515
<link rel="canonical" href="https://repos.supermodeltools.com/dead-code-hunter/domain-analysiscore/">
1616
<meta property="og:title" content="AnalysisCore Domain — dead-code-hunter Architecture — dead-code-hunter Architecture Docs">
17-
<meta property="og:description" content="Handles the core logic for filtering and managing dead code candidates received from the SDK. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
17+
<meta property="og:description" content="Handles the internal logic for processing, filtering, and structuring dead code findings. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
1818
<meta property="og:url" content="https://repos.supermodeltools.com/dead-code-hunter/domain-analysiscore.html">
1919
<meta property="og:image" content="https://repos.supermodeltools.com/dead-code-hunter/images/share/domain-analysiscore.svg">
2020
<meta property="og:type" content="article">
2121
<meta property="og:site_name" content="dead-code-hunter Architecture Docs">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:title" content="AnalysisCore Domain — dead-code-hunter Architecture — dead-code-hunter Architecture Docs">
24-
<meta name="twitter:description" content="Handles the core logic for filtering and managing dead code candidates received from the SDK. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
24+
<meta name="twitter:description" content="Handles the internal logic for processing, filtering, and structuring dead code findings. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.">
2525
<meta name="twitter:image" content="https://repos.supermodeltools.com/dead-code-hunter/images/share/domain-analysiscore.svg">
2626

2727
<style>:root {
@@ -855,9 +855,9 @@
855855
.hero-stat .num { font-size: 18px; }
856856
}
857857
</style>
858-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Handles the core logic for filtering and managing dead code candidates received from the SDK. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.","image":["https://repos.supermodeltools.com/dead-code-hunter/images/share/domain-analysiscore.svg"],"name":"AnalysisCore Domain — dead-code-hunter Architecture","url":"https://repos.supermodeltools.com/dead-code-hunter/domain-analysiscore.html"}</script>
858+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Handles the internal logic for processing, filtering, and structuring dead code findings. Architectural overview of the AnalysisCore domain in the dead-code-hunter codebase. Contains 2 source files.","image":["https://repos.supermodeltools.com/dead-code-hunter/images/share/domain-analysiscore.svg"],"name":"AnalysisCore Domain — dead-code-hunter Architecture","url":"https://repos.supermodeltools.com/dead-code-hunter/domain-analysiscore.html"}</script>
859859
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/dead-code-hunter/","name":"Home","position":1},{"@type":"ListItem","name":"AnalysisCore Domain — dead-code-hunter Architecture","position":2}]}</script>
860-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain is an architectural grouping in the dead-code-hunter codebase. Handles the core logic for filtering and managing dead code candidates received from the SDK. It contains 2 source files."},"name":"What is the AnalysisCore domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain contains 1 subdomain(s): CandidateFiltering."},"name":"What subdomains are in AnalysisCore?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain contains 2 source files."},"name":"How many files are in AnalysisCore?"}]}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain is an architectural grouping in the dead-code-hunter codebase. Handles the internal logic for processing, filtering, and structuring dead code findings. It contains 2 source files."},"name":"What is the AnalysisCore domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain contains 3 subdomain(s): ReportingLogic, ResultFiltering, TypeDefinitions."},"name":"What subdomains are in AnalysisCore?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The AnalysisCore domain contains 2 source files."},"name":"How many files are in AnalysisCore?"}]}</script>
861861
</head>
862862
<body>
863863
<script>var __basePath = (function() { try { return new URL("https:\/\/repos.supermodeltools.com\/dead-code-hunter").pathname.replace(/\/$/, ""); } catch(e) { return ""; } })();</script>
@@ -927,7 +927,7 @@ <h1 class="entity-title">AnalysisCore Domain — dead-code-hunter Architecture</
927927

928928

929929
<div class="entity-summary">
930-
<p>Handles the core logic for filtering and managing dead code candidates received from the SDK.</p>
930+
<p>Handles the internal logic for processing, filtering, and structuring dead code findings.</p>
931931
</div>
932932

933933
</div>
@@ -949,8 +949,12 @@ <h3>Entity Profile</h3>
949949
<h3>Dependency Diagram</h3>
950950
<pre class="mermaid">graph TD
951951
domain_AnalysisCore["AnalysisCore"]
952-
subdomain_AnalysisCore_CandidateFiltering["CandidateFiltering"]
953-
domain_AnalysisCore --> subdomain_AnalysisCore_CandidateFiltering
952+
subdomain_AnalysisCore_TypeDefinitions["TypeDefinitions"]
953+
domain_AnalysisCore --> subdomain_AnalysisCore_TypeDefinitions
954+
subdomain_AnalysisCore_ReportingLogic["ReportingLogic"]
955+
domain_AnalysisCore --> subdomain_AnalysisCore_ReportingLogic
956+
subdomain_AnalysisCore_ResultFiltering["ResultFiltering"]
957+
domain_AnalysisCore --> subdomain_AnalysisCore_ResultFiltering
954958
style domain_AnalysisCore fill:#6366f1,stroke:#818cf8,color:#fff</pre>
955959
</div>
956960

@@ -959,7 +963,7 @@ <h3>Dependency Diagram</h3>
959963
<div class="visuals-cell force-graph-container">
960964
<h3>Relationship Graph</h3>
961965
<div id="force-graph" data-center="domain-analysiscore"></div>
962-
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:AnalysisCore","label":"AnalysisCore","type":"Domain","slug":"domain-analysiscore"},{"id":"subdomain:AnalysisCore:CandidateFiltering","label":"CandidateFiltering","type":"Subdomain","slug":"subdomain-candidatefiltering"}],"edges":[{"source":"domain:AnalysisCore","target":"subdomain:AnalysisCore:CandidateFiltering","type":"contains"}]}</script>
966+
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:AnalysisCore","label":"AnalysisCore","type":"Domain","slug":"domain-analysiscore"},{"id":"subdomain:AnalysisCore:TypeDefinitions","label":"TypeDefinitions","type":"Subdomain","slug":"subdomain-typedefinitions"},{"id":"subdomain:AnalysisCore:ReportingLogic","label":"ReportingLogic","type":"Subdomain","slug":"subdomain-reportinglogic"},{"id":"subdomain:AnalysisCore:ResultFiltering","label":"ResultFiltering","type":"Subdomain","slug":"subdomain-resultfiltering"}],"edges":[{"source":"domain:AnalysisCore","target":"subdomain:AnalysisCore:TypeDefinitions","type":"contains"},{"source":"domain:AnalysisCore","target":"subdomain:AnalysisCore:ReportingLogic","type":"contains"},{"source":"domain:AnalysisCore","target":"subdomain:AnalysisCore:ResultFiltering","type":"contains"}]}</script>
963967
<noscript><p class="text-muted">Enable JavaScript to view the interactive relationship graph.</p></noscript>
964968
</div>
965969

@@ -977,7 +981,7 @@ <h3>Relationship Graph</h3>
977981

978982
<div class="entity-section">
979983
<h2>Subdomains</h2>
980-
<ul><li><a href="/dead-code-hunter/subdomain-candidatefiltering.html">CandidateFiltering</a></li></ul>
984+
<ul><li><a href="/dead-code-hunter/subdomain-reportinglogic.html">ReportingLogic</a></li><li><a href="/dead-code-hunter/subdomain-resultfiltering.html">ResultFiltering</a></li><li><a href="/dead-code-hunter/subdomain-typedefinitions.html">TypeDefinitions</a></li></ul>
981985
</div>
982986

983987

@@ -1023,12 +1027,12 @@ <h2>Frequently Asked Questions</h2>
10231027

10241028
<details class="faq-item">
10251029
<summary class="faq-question">What is the AnalysisCore domain?</summary>
1026-
<div class="faq-answer">The AnalysisCore domain is an architectural grouping in the dead-code-hunter codebase. Handles the core logic for filtering and managing dead code candidates received from the SDK. It contains 2 source files.</div>
1030+
<div class="faq-answer">The AnalysisCore domain is an architectural grouping in the dead-code-hunter codebase. Handles the internal logic for processing, filtering, and structuring dead code findings. It contains 2 source files.</div>
10271031
</details>
10281032

10291033
<details class="faq-item">
10301034
<summary class="faq-question">What subdomains are in AnalysisCore?</summary>
1031-
<div class="faq-answer">The AnalysisCore domain contains 1 subdomain(s): CandidateFiltering.</div>
1035+
<div class="faq-answer">The AnalysisCore domain contains 3 subdomain(s): ReportingLogic, ResultFiltering, TypeDefinitions.</div>
10321036
</details>
10331037

10341038
<details class="faq-item">

0 commit comments

Comments
 (0)