Sidecar Logo

middleware/platformextractors/dealeron.ts

Created: 2025-12-08T23:04:17.897Z Modified: 2025-12-16T22:57:38.103Z

Configuration

/**
 * Sidecar Config for middleware/platformextractors/dealeron.ts
 */
module.exports = {
  title: "dealeron.ts",
  description: "Auto-generated draft",
  created: "2025-12-08T23:04:17.897Z",
  modified: "2025-12-16T22:57:38.103Z",
};

Route Flow Map

--- title: "Route Flow: ssutil /src/middleware/platformextractors/dealeron.ts " --- flowchart TD extractDealerOn{{"extractDealerOn"}} style extractDealerOn 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/dealeron.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 n25["FD: extractDealerOn"] n0 --> n25 subgraph sub57 ["Safe Boundary"] end 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