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

Function EMPTY_TASK

apps/node/src/modules/task-queue/resolve-task.ts:8–10  ·  view source on GitHub ↗
(dispatchEvent: TaskEventDispatcher)

Source from the content-addressed store, hash-verified

6}
7
8const EMPTY_TASK = (dispatchEvent: TaskEventDispatcher) => {
9 logger.info("empty task");
10};
11
12export function resolveTask(taskProps: TaskProps) {
13 taskProps.executor = TASK_MAP[taskProps.name] || EMPTY_TASK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected