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

Method isolateSink

http/src/interfaces.ts:56–56  ·  view source on GitHub ↗
(sink: Stream<RequestInput>, scope: string)

Source from the content-addressed store, hash-verified

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 3

appFunction · 0.65
appFunction · 0.65
runFunction · 0.65

Implementers 1

MainHTTPSourcehttp/src/MainHTTPSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected