Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ write
Method
write
prqlc/prqlc/src/codegen/mod.rs:45–47 ·
view source on GitHub ↗
(&self, opt: WriteOpt)
Source
from the content-addressed store, hash-verified
43
44
impl<T: WriteSource> WriteSource for &T {
45
fn write(&self, opt: WriteOpt) -> Option<String> {
46
(*self).write(opt)
47
}
48
}
49
50
#[derive(Clone)]
Callers
11
compose_display
Method · 0.45
label_references
Function · 0.45
write_str
Method · 0.45
log_start
Function · 0.45
log_finish
Function · 0.45
log_entry
Function · 0.45
new
Method · 0.45
drop
Method · 0.45
write_between
Method · 0.45
write_or_expand
Method · 0.45
write_inline
Method · 0.45
Calls
4
write_inline
Method · 0.80
write_indent
Method · 0.80
reset_line
Method · 0.80
len
Method · 0.80
Tested by
no test coverage detected