Created: 2025-10-23T15:40:47.738Z
Modified: 2025-12-18T19:15:18.180Z
Configuration
/**
* Sidecar Config for utils/adf.js
*/
module.exports = {
title: "adf.js",
description: "Auto-generated draft",
created: "2025-10-23T15:40:47.738Z",
modified: "2025-12-18T19:15:18.180Z",
};
---
title: "Route Flow: ssutil /src/utils/adf.js "
---
flowchart TD
generateCustomerProfile{{"generateCustomerProfile"}}
style generateCustomerProfile fill:#161b22,color:#fff,stroke:#c2a35d
generateADFXML{{"generateADFXML"}}
style generateADFXML fill:#161b22,color:#fff,stroke:#c2a35d
generateADFXML --> generateCustomerProfile
linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff
classDef default color:#fff
---
title: "AST Structure: ssutil /src/utils/adf.js "
---
%%{init: { 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 30 }, 'themeVariables': { 'fontSize': '11px' } } }%%
graph LR
n0["SF"]
n2["mustache"]
style n2 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
n3["ID: mustache"]
n0 --> n3
n3 --> n2
style n3 stroke-dasharray:5,stroke:#B4976A
n5["../templates/xml/adf_lead_template.txt"]
style n5 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
style n5 cursor:pointer,stroke-width:2px,stroke:#B4976A
n6["ID: default"]
n0 --> n6
n6 --> n5
style n6 stroke-dasharray:5,stroke:#B4976A
n7["FD: generateCustomerProfile"]
n0 --> n7
n162["FD: generateADFXML"]
n0 --> n162
subgraph sub169 ["Safe Boundary"]
end
style n0 fill:#5E377B,color:#fff,stroke:#B4976A
linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
click n5 "../templates/xml/adf_lead_template.txt" "View Documentation"
CE CallExpressionFD FunctionDeclarationID ImportDeclarationSF SourceFileTS TryStatement