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

Method isolateSource

http/src/interfaces.ts:55–55  ·  view source on GitHub ↗
(source: HTTPSource, scope: string)

Source from the content-addressed store, hash-verified

53 filter<S extends HTTPSource>(predicate: (request: RequestOptions) => boolean): S;
54 select(category?: string): Stream<MemoryStream<Response> & ResponseStream>;
55 isolateSource(source: HTTPSource, scope: string): HTTPSource;
56 isolateSink(sink: Stream<RequestInput>, scope: string): Stream<RequestInput>;
57}

Callers 4

isolation.tsFile · 0.65
mainFunction · 0.65
mock-dom-source.tsFile · 0.65
runFunction · 0.65

Implementers 1

MainHTTPSourcehttp/src/MainHTTPSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected