MCPcopy 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
48export class ArrayTuple<T extends { key?: any }> extends Tuple<T[]> {

Callers 15

mainFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45
createElementFunction · 0.45

Calls

no outgoing calls

Tested by 1

toTableFunction · 0.36