| 175 | |
| 176 | #[derive(serde::Serialize)] |
| 177 | struct Model { |
| 178 | orm: String, |
| 179 | name: String, |
| 180 | fields: Vec<Field>, |
| 181 | relations: Vec<String>, |
| 182 | } |
| 183 | |
| 184 | // ─── helpers ─── |
| 185 |
nothing calls this directly
no outgoing calls
no test coverage detected