MCPcopy
hub / github.com/microsoft/SandDance / customConverter

Function customConverter

docs/tests/v2/es6/js/sanddance.js:77741–77746  ·  view source on GitHub ↗
(columns, f)

Source from the content-addressed store, hash-verified

77739}
77740
77741function customConverter(columns, f) {
77742 var object = objectConverter(columns);
77743 return function (row, i) {
77744 return f(object(row), i, columns);
77745 };
77746} // Compute unique columns in order of discovery.
77747
77748
77749function inferColumns(rows) {

Callers 1

parseFunction · 0.70

Calls 3

objectConverterFunction · 0.70
fFunction · 0.70
objectFunction · 0.70

Tested by

no test coverage detected