MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / Mappable

Interface Mappable

http/src/isolate.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {HTTPSource, RequestOptions, RequestInput} from './interfaces';
2
3export interface Mappable<T> {
4 map<R>(project: (x: T) => R): Mappable<R>;
5}
6
7export function isolateSource(httpSource: HTTPSource, scope: string): HTTPSource {
8 return httpSource.filter((request: RequestOptions) =>

Callers 8

.cz-config.jsFile · 0.65
InputCountFunction · 0.65
mainFunction · 0.65
appFunction · 0.65
componentFunction · 0.65
appFunction · 0.65
mainFunction · 0.65
FrameFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected