MCPcopy Create free account
hub / github.com/dataform-co/dataform / calloutOutput

Function calloutOutput

cli/console.ts:34–34  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

32const warningOutput = (text: string) => output(text, ansiColorCodes.yellow);
33const errorOutput = (text: string) => output(text, ansiColorCodes.red);
34const calloutOutput = (text: string) => output(text, ansiColorCodes.cyan);
35
36const write = (stream: NodeJS.WriteStream, text: string, indentCount: number) =>
37 stream.write(`${" ".repeat(indentCount)}${text}\n`);

Callers 2

printCompiledGraphErrorsFunction · 0.85
targetStringFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected