MCPcopy Index your code
hub / github.com/angular/angular / send

Function send

packages/core/rxjs-interop/src/rx_resource.ts:93–96  ·  view source on GitHub ↗
(value: ResourceStreamItem<T>)

Source from the content-addressed store, hash-verified

91 params.abortSignal.addEventListener('abort', onAbort);
92
93 function send(value: ResourceStreamItem<T>): void {
94 stream.set(value);
95 resolveOnce();
96 }
97
98 const streamFn = opts.stream;
99 if (streamFn === undefined) {

Callers 2

rxResourceFunction · 0.85
constructorMethod · 0.85

Calls 2

resolveOnceFunction · 0.85
setMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…