MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / Model

Class Model

plugins/ast/python/src/lib.rs:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176#[derive(serde::Serialize)]
177struct Model {
178 orm: String,
179 name: String,
180 fields: Vec<Field>,
181 relations: Vec<String>,
182}
183
184// ─── helpers ───
185

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected