MCPcopy
hub / github.com/serverless/serverless / set

Method set

packages/sf-core/src/lib/platform/deployments.js:52–55  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

50 }
51
52 set(data) {
53 _.merge(this.data, data)
54 return this.data
55 }
56
57 setFunction(data) {
58 if (!data.name) {

Callers 15

createServiceDeploymentFunction · 0.95
extendConfigurationMethod · 0.80
denormalizeUserConfigFunction · 0.80
validateConfigMethod · 0.80
resolveCommandsFunction · 0.80
commands-schema.jsFile · 0.80
general.jsFile · 0.80
_createRoleForFunctionFunction · 0.80
http-api.jsFile · 0.80
checkKmsArnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected