MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / mock.rs

File mock.rs

src/renderer/mock.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::style::{Style, Color};
2
3pub struct MockRenderer {
4 pub(crate) last_color: Option<Color>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected