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

Method stack

src/task_builder.rs:159–162  ·  view source on GitHub ↗

Sets the stack for Docker image selection

(mut self, stack: Option<String>)

Source from the content-addressed store, hash-verified

157
158 /// Sets the stack for Docker image selection
159 pub fn stack(mut self, stack: Option<String>) -> Self {
160 self.stack = stack;
161 self
162 }
163
164 /// Sets the project name for Docker image selection
165 pub fn project(mut self, project: Option<String>) -> Self {

Calls

no outgoing calls