Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataform-co/dataform
/ add
Method
add
cli/api/dbadapters/tasks.ts:19–22 ·
view source on GitHub ↗
(task: Task)
Source
from the content-addressed store, hash-verified
17
private tasks: Task[] = [];
18
19
public add(task: Task) {
20
this.tasks.push(task);
21
return
this;
22
}
23
24
public addAll(tasks: Tasks) {
25
this.tasks = this.tasks.concat(tasks.tasks);
Callers
12
publishTasks
Method · 0.95
assertTasks
Method · 0.95
checkCircularity
Method · 0.80
getNonUniqueTargets
Method · 0.80
printExecutedGraph
Function · 0.80
concatenate
Method · 0.80
buildIncrementalSchemaChangeTasks
Method · 0.80
prepareAllSchemas
Method · 0.80
executeAllActionsReadyForExecution
Method · 0.80
computeIncludedActionNames
Function · 0.80
createNewTmpDir
Method · 0.80
registerTopLevelSuite
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected