MCPcopy Create free account
hub / github.com/AI45Lab/Code / with_status

Method with_status

core/src/planning/mod.rs:163–166  ·  view source on GitHub ↗

Set status

(mut self, status: TaskStatus)

Source from the content-addressed store, hash-verified

161
162 /// Set status
163 pub fn with_status(mut self, status: TaskStatus) -> Self {
164 self.status = status;
165 self
166 }
167
168 /// Set tool for execution
169 pub fn with_tool(mut self, tool: impl Into<String>) -> Self {

Callers 3

test_task_builderFunction · 0.45
test_task_is_activeFunction · 0.45
test_task_serializationFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_task_builderFunction · 0.36
test_task_is_activeFunction · 0.36
test_task_serializationFunction · 0.36