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

Method isolateSource

isolate/src/index.ts:18–18  ·  view source on GitHub ↗
(source: Partial<IsolateableSource>, scope: string)

Source from the content-addressed store, hash-verified

16
17export interface IsolateableSource {
18 isolateSource(source: Partial<IsolateableSource>, scope: string): Partial<IsolateableSource>;
19 isolateSink<T>(sink: T, scope: string): T;
20}
21

Callers 1

isolateAllSourcesFunction · 0.65

Implementers 1

MockedDOMSourcedom/src/mockDOMSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected