Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pomber/code-surfer
/ map
Method
map
packs/standalone/src/tuple.ts:43–45 ·
view source on GitHub ↗
(_mapper: any)
Source
from the content-addressed store, hash-verified
41
}
42
43
map(_mapper: any) {
44
throw Error(
"Map only supported in ArrayTuple"
);
45
}
46
}
47
48
export
class
ArrayTuple<T extends { key?: any }> extends Tuple<T[]> {
Callers
15
main
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
createElement
Function · 0.45
Calls
no outgoing calls
Tested by
1
toTable
Function · 0.36