Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataform-co/dataform
/ setNoExit
Method
setNoExit
testing/runner.ts:30–32 ·
view source on GitHub ↗
(noExit: boolean)
Source
from the content-addressed store, hash-verified
28
}
29
30
public static setNoExit(noExit: boolean) {
31
Runner.noExit = noExit;
32
}
33
public static queueRun() {
34
if
(!Runner.resultPromise) {
35
Runner.resultPromise = Runner.run();
Callers
1
index_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected