MCPcopy Create free account
hub / github.com/Botloader/botloader / convertInternalTask

Function convertInternalTask

components/runtime/src/ts/scheduled_tasks.ts:302–307  ·  view source on GitHub ↗
(task: InternalTask)

Source from the content-addressed store, hash-verified

300 }
301
302 function convertInternalTask<T>(task: InternalTask): Task<T> {
303 return {
304 ...task,
305 data: task.data as T,
306 }
307 }
308}

Callers 8

scheduleFunction · 0.85
getByIdFunction · 0.85
getByKeyFunction · 0.85
getManyFunction · 0.85
scheduleMethod · 0.85
getByIdMethod · 0.85
getByKeyMethod · 0.85
getManyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected