MCPcopy Create free account
hub / github.com/alceal/plotlars / save

Method save

crates/plotlars-plotters/src/ext.rs:27–29  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

25 }
26
27 fn save(&self, path: &str) {
28 crate::render::save_to_file(self, path);
29 }
30
31 fn to_svg(&self) -> String {
32 crate::render::render_to_svg_string(self)

Callers

nothing calls this directly

Calls 1

save_to_fileFunction · 0.85

Tested by

no test coverage detected