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

Class Field

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

Source from the content-addressed store, hash-verified

168
169#[derive(serde::Serialize)]
170struct Field {
171 name: String,
172 r#type: String,
173 flags: Vec<String>,
174}
175
176#[derive(serde::Serialize)]
177struct Model {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected