()
| 691 | name: f.name, |
| 692 | type: f.type || "unknown", |
| 693 | flags: f.flags || [], |
| 694 | })) as SchemaField[], |
| 695 | relations: (m.relations || []).map((r: any) => `${r.name}: ${r.target}`), |
| 696 | orm: "sqlalchemy" as const, |
| 697 | confidence: "ast" as const, |
| 698 | })); |
nothing calls this directly
no test coverage detected