MCPcopy
hub / github.com/serverless/serverless / publish

Method publish

packages/serverless/lib/classes/service.js:342–345  ·  view source on GitHub ↗
(dataParam)

Source from the content-addressed store, hash-verified

340 }
341
342 publish(dataParam) {
343 const data = dataParam || {}
344 this.pluginsData = _.merge(this.pluginsData, data)
345 }
346}
347
348export default Service

Callers 3

connectMethod · 0.80
handlePayloadTooLargeFunction · 0.80
publishMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected