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

Method parallel_task

sdk/node/src/lib.rs:3704–3706  ·  view source on GitHub ↗
(&self, tasks: Vec<DelegateTaskOptions>)

Source from the content-addressed store, hash-verified

3702 ts_args_type = "tasks: DelegateTaskOptions[]"
3703 )]
3704 pub async fn parallel_task(&self, tasks: Vec<DelegateTaskOptions>) -> napi::Result<ToolResult> {
3705 self.tasks(tasks).await
3706 }
3707
3708 /// Run a bounded JavaScript script through the embedded QuickJS `program` tool.
3709 #[napi(ts_args_type = "options: ProgramScriptOptions")]

Callers

nothing calls this directly

Calls 1

tasksMethod · 0.45

Tested by

no test coverage detected