MCPcopy Index your code
hub / github.com/cyclejs/cyclejs / map

Method map

http/src/isolate.ts:4–4  ·  view source on GitHub ↗
(project: (x: T) => R)

Source from the content-addressed store, hash-verified

2
3export interface Mappable<T> {
4 map<R>(project: (x: T) => R): Mappable<R>;
5}
6
7export function isolateSource(httpSource: HTTPSource, scope: string): HTTPSource {

Callers 15

.cz-config.jsFile · 0.65
InputCountFunction · 0.65
mainFunction · 0.65
appFunction · 0.65
componentFunction · 0.65
appFunction · 0.65
mainFunction · 0.65
FrameFunction · 0.65
isolation.tsFile · 0.65
ChildFunction · 0.65
ParentFunction · 0.65
ItemFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected