MCPcopy
hub / github.com/serverless/serverless / getAllFunctions

Method getAllFunctions

packages/serverless/lib/classes/service.js:293–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 }
292
293 getAllFunctions() {
294 return Object.keys(this.functions)
295 }
296
297 getAllLayers() {
298 return this.layers ? Object.keys(this.layers) : []

Callers 15

getAllFunctionsNamesMethod · 0.95
packageServiceFunction · 0.80
getLambdaFunctionsMethod · 0.80
pruneFunctionsMethod · 0.80
extendedValidateFunction · 0.80
compileAlarmsMethod · 0.80
compileDashboardsMethod · 0.80
mergeIamTemplatesFunction · 0.80
createRolesPerFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected