Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
Callers
9
instantiate
Method · 0.80
program_code_search
Function · 0.80
program_repo_map
Function · 0.80
program_template_instantiates_step_args
Function · 0.80
program_template_requires_declared_inputs
Function · 0.80
program_template_validation_reports_asset_issues
Function · 0.80
program_executor_runs_steps_in_order
Function · 0.80
program_executor_stops_after_failed_step
Function · 0.80
test_tool_executor_register_program_catalog_keeps_script_only_program_tool
Function · 0.80
Calls
no outgoing calls
Tested by
4
program_template_instantiates_step_args
Function · 0.64
program_template_requires_declared_inputs
Function · 0.64
program_template_validation_reports_asset_issues
Function · 0.64
test_tool_executor_register_program_catalog_keeps_script_only_program_tool
Function · 0.64