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

Method write_indent

prqlc/prqlc/src/codegen/mod.rs:134–136  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

132 }
133
134 fn write_indent(&self) -> String {
135 self.tab.repeat(self.indent as usize)
136 }
137}
138
139/// Holds a list of (generally) expressions, attempting to write them in a

Callers 3

writeMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected