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

Interface IsolateableSource

isolate/src/index.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface IsolateableSource {
18 isolateSource(source: Partial<IsolateableSource>, scope: string): Partial<IsolateableSource>;
19 isolateSink<T>(sink: T, scope: string): T;
20}
21
22export interface Sources {
23 [name: string]: Partial<IsolateableSource>;

Callers 2

isolateAllSourcesFunction · 0.65
isolateAllSinksFunction · 0.65

Implementers 1

MockedDOMSourcedom/src/mockDOMSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected