MCPcopy Create free account
hub / github.com/blacksmithgu/datacore / to

Method to

src/api/data-array.ts:108–108  ·  view source on GitHub ↗

Map every element in this data array to the given key, and then flatten it.

(key: string)

Source from the content-addressed store, hash-verified

106
107 /** Map every element in this data array to the given key, and then flatten it.*/
108 to(key: string): DataArray<unknown>;
109 /** Map every element in this data array to the given key; unlike to(), does not flatten the result. */
110 into(key: string): DataArray<unknown>;
111

Callers 1

DataArrayImplClass · 0.65

Implementers 1

DataArrayImplsrc/api/data-array.ts

Calls

no outgoing calls

Tested by

no test coverage detected