Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataform-co/dataform
/ queueRun
Method
queueRun
testing/runner.ts:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
Runner.noExit = noExit;
32
}
33
public static queueRun() {
34
if
(!Runner.resultPromise) {
35
Runner.resultPromise = Runner.run();
36
}
37
}
38
39
// tslint:disable: no-console
40
public static
async
run() {
Callers
1
registerTopLevelSuite
Method · 0.80
Calls
1
run
Method · 0.45
Tested by
no test coverage detected