MCPcopy 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
44impl<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_displayMethod · 0.45
label_referencesFunction · 0.45
write_strMethod · 0.45
log_startFunction · 0.45
log_finishFunction · 0.45
log_entryFunction · 0.45
newMethod · 0.45
dropMethod · 0.45
write_betweenMethod · 0.45
write_or_expandMethod · 0.45
write_inlineMethod · 0.45

Calls 4

write_inlineMethod · 0.80
write_indentMethod · 0.80
reset_lineMethod · 0.80
lenMethod · 0.80

Tested by

no test coverage detected