MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / figure_path

Method figure_path

src/config/mod.rs:52–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

50 }
51
52 pub(crate) fn figure_path(&self) -> &str {
53 &self.initialize.figure_path
54 }
55
56 pub(crate) fn video_path(&self) -> &str {
57 &self.initialize.video_path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected