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

Method video_path

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

Source from the content-addressed store, hash-verified

54 }
55
56 pub(crate) fn video_path(&self) -> &str {
57 &self.initialize.video_path
58 }
59
60 pub(crate) fn video_extension(&self) -> &str {
61 &self.initialize.video_extension

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected