Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
348
export
default Service
Callers
3
connect
Method · 0.80
handlePayloadTooLarge
Function · 0.80
publishMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected