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

Method get

core/src/program.rs:694–696  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

692 }
693
694 pub fn get(&self, name: &str) -> Option<&ProgramTemplate> {
695 self.templates.iter().find(|template| template.name == name)
696 }
697
698 pub fn list(&self) -> &[ProgramTemplate] {
699 &self.templates

Callers 15

node_verification_presetFunction · 0.45
collect_artifact_urisFunction · 0.45
instantiateMethod · 0.45
render_template_stringFunction · 0.45
get_lane_handlerMethod · 0.45
program_executionMethod · 0.45
collect_artifact_urisFunction · 0.45
subagent_taskMethod · 0.45
ensure_git_installedFunction · 0.45
dispatchMethod · 0.45
handler_configMethod · 0.45

Calls

no outgoing calls