MCPcopy Create free account
hub / github.com/6174/comflowyspace / downloadURLTask

Function downloadURLTask

apps/node/src/modules/task-queue/resolve-task.ts:17–20  ·  view source on GitHub ↗
(dispatch: TaskEventDispatcher, params: any)

Source from the content-addressed store, hash-verified

15
16
17export async function downloadURLTask(dispatch: TaskEventDispatcher, params: any): Promise<boolean> {
18 logger.info("download url task", params);
19 return true;
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected