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

Method select

http/src/interfaces.ts:54–54  ·  view source on GitHub ↗
(category?: string)

Source from the content-addressed store, hash-verified

52export interface HTTPSource {
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

node.tsFile · 0.65
runFunction · 0.65
mainFunction · 0.65
index.tsFile · 0.65

Implementers 1

MainHTTPSourcehttp/src/MainHTTPSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected