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

Method load_subagent_tasks

core/src/store/memory_store.rs:147–149  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

145 }
146
147 async fn load_subagent_tasks(&self, id: &str) -> Result<Option<Vec<SubagentTaskSnapshot>>> {
148 Ok(self.subagent_tasks.read().await.get(id).cloned())
149 }
150
151 async fn save_loop_checkpoint(&self, run_id: &str, checkpoint: &LoopCheckpoint) -> Result<()> {
152 self.loop_checkpoints

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected