Sidecar Logo

middleware/platformextractors/dealercenter.ts

Created: 2025-12-08T23:04:06.502Z Modified: 2025-12-16T23:34:19.117Z

Configuration

/**
 * Sidecar Config for middleware/platformextractors/dealercenter.ts
 */
module.exports = {
  title: "dealercenter.ts",
  description: "Auto-generated draft",
  created: "2025-12-08T23:04:06.502Z",
  modified: "2025-12-16T23:34:19.117Z",
};

Route Flow Map

--- title: "Route Flow: ssutil /src/middleware/platformextractors/dealercenter.ts " --- flowchart TD extractDealerCenter{{"extractDealerCenter"}} style extractDealerCenter fill:#161b22,color:#fff,stroke:#c2a35d linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff classDef default color:#fff

AST Code Structure

--- title: "AST Structure: ssutil /src/middleware/platformextractors/dealercenter.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: decodeCloudflareEmail"] n0 --> n6 n6 --> n5 style n6 stroke-dasharray:5,stroke:#B4976A n7["ID: cleanDealerName"] n0 --> n7 n7 --> n5 style n7 stroke-dasharray:5,stroke:#B4976A n8["ID: cleanAddressField"] n0 --> n8 n8 --> n5 style n8 stroke-dasharray:5,stroke:#B4976A n59["FD: extractDealerCenter"] n0 --> n59 subgraph sub129 ["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