MCPcopy
hub / github.com/serverless/serverless / create

Method create

packages/util/src/logger/index.js:558–561  ·  view source on GitHub ↗

* Backware Compatibility Support * This is not needed due to simply using .get() and .notice() instead. * It's provided here for backward compatibility. * The "name" parameter is defunct and does nothing. * Otherwise the 'notice()' method is called * DO NOT USE THIS METHOD. Use the me

({ name, message } = {})

Source from the content-addressed store, hash-verified

556 * DO NOT USE THIS METHOD. Use the methods above instead.
557 */
558 create({ name, message } = {}) {
559 this.notice(message)
560 return this
561 }
562
563 update(message) {
564 this.notice(message)

Callers 2

createSlackAppForDevFunction · 0.45
createSlackAppForDevFunction · 0.45

Calls 1

noticeMethod · 0.95

Tested by

no test coverage detected