MCPcopy
hub / github.com/prettier/prettier / rxjs_pipe.js

File rxjs_pipe.js

tests/format/js/functional-composition/rxjs_pipe.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { range } from 'rxjs/observable/range';
2import { map, filter, scan } from 'rxjs/operators';
3
4const source$ = range(0, 10);

Callers

nothing calls this directly

Calls 2

filterFunction · 0.85
mapFunction · 0.85

Tested by

no test coverage detected