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

Method name

src/task_builder.rs:117–120  ·  view source on GitHub ↗

Sets the task name

(mut self, name: String)

Source from the content-addressed store, hash-verified

115
116 /// Sets the task name
117 pub fn name(mut self, name: String) -> Self {
118 self.name = Some(name);
119 self
120 }
121
122 /// Sets the task type
123 pub fn task_type(mut self, task_type: String) -> Self {

Calls

no outgoing calls