Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
export
interface
Mappable<T> {
4
map<R>(project: (x: T) => R): Mappable<R>;
5
}
6
7
export
function
isolateSource(httpSource: HTTPSource, scope: string): HTTPSource {
Callers
15
.cz-config.js
File · 0.65
InputCount
Function · 0.65
main
Function · 0.65
app
Function · 0.65
component
Function · 0.65
app
Function · 0.65
main
Function · 0.65
Frame
Function · 0.65
isolation.ts
File · 0.65
Child
Function · 0.65
Parent
Function · 0.65
Item
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected