MCPcopy
hub / github.com/serverless/serverless / write

Method write

packages/util/src/logger/index.js:664–673  ·  view source on GitHub ↗
(...messageTokens)

Source from the content-addressed store, hash-verified

662 }
663
664 write(...messageTokens) {
665 writeStdErr({
666 level: 'notice',
667 type: 'notice',
668 messageTokens: [...messageTokens],
669 prefix: this.prefix,
670 prefixColor: this.prefixColor,
671 disableNewLine: renderer.isInteractive ? true : false,
672 })
673 }
674
675 writeCompose(...messageTokens) {
676 writeStdErr({

Callers 15

printDotMethod · 0.80
#writeSseStreamMethod · 0.80
#writeNonSseStreamMethod · 0.80
responseFunction · 0.80
addFileToHashMethod · 0.80
compileFunctionMethod · 0.80
addFileContentsToHashesFunction · 0.80
invokeLocalPythonMethod · 0.80
callJavaBridgeMethod · 0.80
invokeLocalRubyMethod · 0.80

Calls 1

writeStdErrFunction · 0.85

Tested by 1

runComposeTestFunction · 0.64