Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataform-co/dataform
/ print
Function
print
cli/console.ts:147–149 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
145
}
146
147
export
function
print(text: string) {
148
writeStdOut(text);
149
}
150
151
export
function
printSuccess(text: string) {
152
writeStdOut(successOutput(text));
Callers
6
runCli
Function · 0.90
compileAndPrint
Function · 0.90
printReady
Function · 0.90
promptForIcebergConfig
Function · 0.90
interactiveQuestion
Function · 0.70
getTestInput
Function · 0.70
Calls
1
writeStdOut
Function · 0.85
Tested by
no test coverage detected