MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / with_tsk_config

Method with_tsk_config

src/context/mod.rs:123–126  ·  view source on GitHub ↗
(mut self, config: TskConfig)

Source from the content-addressed store, hash-verified

121 /// Used in tests to provide custom TSK configuration.
122 #[allow(dead_code)]
123 pub fn with_tsk_config(mut self, config: TskConfig) -> Self {
124 self.tsk_config = Some(Arc::new(config));
125 self
126 }
127
128 /// Set the container engine (CLI override)
129 ///

Calls

no outgoing calls