MCPcopy
hub / github.com/serverless/serverless / update

Method update

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

Source from the content-addressed store, hash-verified

561 }
562
563 update(message) {
564 this.notice(message)
565 }
566
567 info(message) {
568 this.notice(message)

Callers 15

removeContainerFunction · 0.45
deployContainerFunction · 0.45
updateSlackAppModeFunction · 0.45
waitForInstallationFunction · 0.45
deployAwsLambdaContainerFunction · 0.45
performServiceDeploymentFunction · 0.45
removeContainerFunction · 0.45
removeFunction · 0.45
deployContainerFunction · 0.45
deployAwsLambdaContainerFunction · 0.45

Calls 1

noticeMethod · 0.95

Tested by

no test coverage detected