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

Method path

src/media/video_player.rs:142–144  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

140
141 #[allow(dead_code)]
142 pub(crate) fn path(&self) -> &str {
143 &self.path
144 }
145}
146
147impl Drop for VideoPlayer {

Callers 2

execute_saveMethod · 0.80
show_fgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected