MCPcopy 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
147export function print(text: string) {
148 writeStdOut(text);
149}
150
151export function printSuccess(text: string) {
152 writeStdOut(successOutput(text));

Callers 6

runCliFunction · 0.90
compileAndPrintFunction · 0.90
printReadyFunction · 0.90
promptForIcebergConfigFunction · 0.90
interactiveQuestionFunction · 0.70
getTestInputFunction · 0.70

Calls 1

writeStdOutFunction · 0.85

Tested by

no test coverage detected