Configuration
/**
* Sidecar Config for utils/domain-to-id-handler.ts
*/
module.exports = {
title: "domain-to-id-handler.ts",
description: "Auto-generated draft",
created: "2025-12-16T15:12:12.831Z",
modified: "2025-12-16T15:18:36.368Z",
};
---
title: "Route Flow: ssutil /src/utils/domain-to-id-handler.ts "
---
flowchart TD
domainToIdHandler{{"domainToIdHandler"}}
style domainToIdHandler fill:#161b22,color:#fff,stroke:#c2a35d
linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff
classDef default color:#fff
---
title: "AST Structure: ssutil /src/utils/domain-to-id-handler.ts "
---
%%{init: { 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 30 }, 'themeVariables': { 'fontSize': '11px' } } }%%
graph LR
n0["SF"]
n2["hono"]
style n2 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
n3["ID: Context"]
n0 --> n3
n3 --> n2
style n3 stroke-dasharray:5,stroke:#B4976A
n5["../middleware/domain-to-id"]
style n5 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
style n5 cursor:pointer,stroke-width:2px,stroke:#B4976A
n6["ID: generateUniqueDomainId"]
n0 --> n6
n6 --> n5
style n6 stroke-dasharray:5,stroke:#B4976A
n7["FD: domainToIdHandler"]
n0 --> n7
n29["CE: c.json(400)"]
n7 --> n29
n63["CE: c.json(500)"]
n7 --> n63
n72["CE: c.json"]
n7 --> n72
style n0 fill:#5E377B,color:#fff,stroke:#B4976A
linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
click n5 "../middleware/domain-to-id.html" "View Documentation"
CE CallExpressionFD FunctionDeclarationID ImportDeclarationSF SourceFile