MCPcopy Create free account
hub / github.com/PRQL/prql / ModuleDef

Class ModuleDef

prqlc/prqlc-parser/src/parser/pr/stmt.rs:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, JsonSchema)]
77pub struct ModuleDef {
78 pub name: String,
79 pub stmts: Vec<Stmt>,
80}
81
82#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, JsonSchema)]
83pub struct ImportDef {

Callers 1

module_contentsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected