MCPcopy Create free account
hub / github.com/csskit/csskit / render_file_preamble

Method render_file_preamble

crates/csskit/src/commands/extract.rs:132–132  ·  view source on GitHub ↗

Called in text mode just before a file's rows are rendered, after the file header.

(&self, _file: &str, _row_count: usize, _color: bool)

Source from the content-addressed store, hash-verified

130
131 /// Called in text mode just before a file's rows are rendered, after the file header.
132 fn render_file_preamble(&self, _file: &str, _row_count: usize, _color: bool) {}
133
134 /// Called in text mode when a file yields no rows.
135 fn on_no_results(&self, _file: &str) {}

Callers 1

runMethod · 0.45

Implementers 3

specificity.rscrates/csskit/src/commands/specificity
colors.rscrates/csskit/src/commands/colors.rs
find.rscrates/csskit/src/commands/find.rs

Calls

no outgoing calls

Tested by

no test coverage detected