Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
schedule
Function · 0.85
getById
Function · 0.85
getByKey
Function · 0.85
getMany
Function · 0.85
schedule
Method · 0.85
getById
Method · 0.85
getByKey
Method · 0.85
getMany
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected