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

Method insertRef

packages/core/injector/settlement-signal.ts:47–49  ·  view source on GitHub ↗

* Inserts a wrapper id that the host of this signal depends on. * @param wrapperId Wrapper id to insert.

(wrapperId: string)

Source from the content-addressed store, hash-verified

45 * @param wrapperId Wrapper id to insert.
46 */
47 public insertRef(wrapperId: string) {
48 this._refs.add(wrapperId);
49 }
50
51 /**
52 * Check if relationship is circular.

Callers 1

resolveComponentHostMethod · 0.80

Calls 1

addMethod · 0.80

Tested by

no test coverage detected