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

Function values

packages/core/test/scanner.spec.ts:628–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626 entryProviders: Array.from(providers.values()),
627 }),
628 values() {
629 return [this.get()];
630 },
631 }));
632
633 const addEnhancerMetadataControllerSpy = sinon.spy(

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected