MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / BaseOutputPrinter

Interface BaseOutputPrinter

crates/gitql-cli/src/printer/mod.rs:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16pub trait BaseOutputPrinter {
17 fn print(&self, object: &mut GitQLObject);
18}
19
20mod csv_printer;
21pub use csv_printer::CSVPrinter;

Callers

nothing calls this directly

Implementers 4

table_printer.rscrates/gitql-cli/src/printer/table_pri
csv_printer.rscrates/gitql-cli/src/printer/csv_print
json_printer.rscrates/gitql-cli/src/printer/json_prin
yaml_printer.rscrates/gitql-cli/src/printer/yaml_prin

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…