MCPcopy Index your code
hub / github.com/apache/echarts / createTask

Function createTask

src/core/task.ts:86–90  ·  view source on GitHub ↗
(
    define: TaskDefineParam<Ctx>
)

Source from the content-addressed store, hash-verified

84 * @return See the return of `createTask`.
85 */
86export function createTask<Ctx extends TaskContext>(
87 define: TaskDefineParam<Ctx>
88): Task<Ctx> {
89 return new Task<Ctx>(define);
90}
91
92export class Task<Ctx extends TaskContext> {
93

Callers 6

createMethod · 0.90
createStubMethod · 0.90
initMethod · 0.90
constructorMethod · 0.90
addTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…