MCPcopy Index your code
hub / github.com/AI45Lab/Code / with_step

Method with_step

core/src/program.rs:30–33  ·  view source on GitHub ↗
(mut self, step: ProgramStep)

Source from the content-addressed store, hash-verified

28 }
29
30 pub fn with_step(mut self, step: ProgramStep) -> Self {
31 self.steps.push(step);
32 self
33 }
34}
35
36#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]

Calls

no outgoing calls