MCPcopy
hub / github.com/serverless/serverless / getProvider

Method getProvider

packages/serverless/lib/serverless.js:246–248  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

244 }
245
246 getProvider(name) {
247 return this.providers[name] ? this.providers[name] : false
248 }
249
250 getVersion() {
251 return this.version

Callers 15

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected