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

Method onComplete

sample/04-grpc/src/hero/hero.controller.ts:60–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 hero$.next(item);
59 };
60 const onComplete = () => hero$.complete();
61 data$.subscribe({
62 next: onNext,
63 complete: onComplete,

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected