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

Class Field

plugins/ast/rust/src/lib.rs:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162#[derive(serde::Serialize)]
163struct Field {
164 name: String,
165 r#type: String,
166 flags: Vec<String>,
167}
168
169#[derive(serde::Serialize)]
170struct Model {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected