MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / csv_printer.rs

File csv_printer.rs

crates/gitql-cli/src/printer/csv_printer.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::io::stdout;
2use std::io::Write;
3
4use csv::Writer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected