MCPcopy
hub / github.com/nestjs/nest / bindGlobalScope

Method bindGlobalScope

packages/core/injector/container.ts:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 }
317
318 public bindGlobalScope() {
319 this.modules.forEach(moduleRef => this.bindGlobalsToImports(moduleRef));
320 }
321
322 public bindGlobalsToImports(moduleRef: Module) {
323 this.globalModules.forEach(globalModule =>

Callers 1

scanMethod · 0.80

Calls 1

bindGlobalsToImportsMethod · 0.95

Tested by

no test coverage detected