(&self)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected