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

Function next

packages/core/test/interceptors/interceptors-consumer.spec.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98 }
99 const next = () => {
100 return Promise.resolve(storage.getStore()!.value);
101 };
102 const intercepted = await consumer.intercept(
103 [new StorageInterceptor()],
104 null!,

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected