MCPcopy
hub / github.com/serverless/serverless / success

Method success

packages/util/src/logger/index.js:727–735  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

725 }
726
727 success(message) {
728 writeStdErr({
729 level: 'notice',
730 type: 'success',
731 messageTokens: [message],
732 prefix: this.prefix,
733 prefixColor: this.prefixColor,
734 })
735 }
736
737 /**
738 * Writes an empty line to the console in a way that is

Callers 15

logSuccessMethod · 0.80
restoreFunctionMethod · 0.80
deployFunctionMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
connectMethod · 0.80
constructorMethod · 0.80
getIntrospectionMethod · 0.80
flushCacheMethod · 0.80
createDomainMethod · 0.80

Calls 1

writeStdErrFunction · 0.85

Tested by

no test coverage detected