Returns the user configuration loaded from tsk.toml
(&self)
| 72 | |
| 73 | /// Returns the user configuration loaded from tsk.toml |
| 74 | pub fn tsk_config(&self) -> Arc<TskConfig> { |
| 75 | Arc::clone(&self.tsk_config) |
| 76 | } |
| 77 | |
| 78 | pub fn tsk_env(&self) -> Arc<TskEnv> { |
| 79 | Arc::clone(&self.tsk_env) |
no outgoing calls