Configuration
/**
* Sidecar Config for middleware/platformextractors/dealerinspire.ts
*/
module.exports = {
title: "dealerinspire.ts",
description: "Auto-generated draft",
created: "2025-12-08T23:04:21.670Z",
modified: "2025-12-16T22:57:36.246Z",
};
---
title: "Route Flow: ssutil /src/middleware/platformextractors/dealerinspire.ts "
---
flowchart TD
extractDealerInspire{{"extractDealerInspire"}}
style extractDealerInspire fill:#161b22,color:#fff,stroke:#c2a35d
linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff
classDef default color:#fff
---
title: "AST Structure: ssutil /src/middleware/platformextractors/dealerinspire.ts "
---
%%{init: { 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 30 }, 'themeVariables': { 'fontSize': '11px' } } }%%
graph LR
n0["SF"]
n2["../platformscrape"]
style n2 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
style n2 cursor:pointer,stroke-width:2px,stroke:#B4976A
n3["ID: ScrapeResult"]
n0 --> n3
n3 --> n2
style n3 stroke-dasharray:5,stroke:#B4976A
n5["./utils"]
style n5 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
style n5 cursor:pointer,stroke-width:2px,stroke:#B4976A
n6["ID: cleanDealerName"]
n0 --> n6
n6 --> n5
style n6 stroke-dasharray:5,stroke:#B4976A
n7["ID: cleanAddressField"]
n0 --> n7
n7 --> n5
style n7 stroke-dasharray:5,stroke:#B4976A
n16["FD: extractDealerInspire"]
n0 --> n16
subgraph sub70 ["Safe Boundary"]
end
style n0 fill:#5E377B,color:#fff,stroke:#B4976A
linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
click n2 "../../middleware/platformscrape.html" "View Documentation"
click n5 "../../middleware/platformextractors/utils.html" "View Documentation"
CE CallExpressionFD FunctionDeclarationID ImportDeclarationSF SourceFileTS TryStatement