Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.80
break_line_within_parenthesis
Function · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected