(&self)
| 30 | |
| 31 | impl EngineConfig { |
| 32 | pub(crate) fn script_path(&self) -> &str { |
| 33 | &self.initialize.script_path |
| 34 | } |
| 35 | |
| 36 | pub(crate) fn background_path(&self) -> &str { |
| 37 | &self.initialize.background_path |
nothing calls this directly
no outgoing calls
no test coverage detected