MCPcopy Create free account
hub / github.com/deanrad/rxfx / reset

Function reset

effect/src/createEffect.ts:209–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 notify.complete();
208 })
209 );
210 };
211
212 const extensions = {
213 request(req: Request) {
214 executor(req);
215 },
216 send(req: Request, matcher = (_arg: Request, _resp: Response) => true) {
217 const firstResult = responses.pipe(filter((res) => matcher(req, res)));
218
219 executor(req);
220 return firstValueFrom(firstResult);
221 },

Callers

nothing calls this directly

Calls 2

nextMethod · 0.80
unsubscribeMethod · 0.80

Tested by

no test coverage detected