MCPcopy Create free account
hub / github.com/microsoft/SandDance / dsv

Function dsv

docs/app/js/sanddance-app.js:109090–109093  ·  view source on GitHub ↗
(data, format2)

Source from the content-addressed store, hash-verified

109088 return parse1;
109089}
109090function dsv(data, format2) {
109091 if (format2.header) data = format2.header.map((0, _vegaUtil.stringValue)).join(format2.delimiter) + "\n" + data;
109092 return (0, _d3Dsv.dsvFormat)(format2.delimiter).parse(data + "");
109093}
109094dsv.responseType = "text";
109095function isBuffer(_) {
109096 return typeof Buffer === "function" && (0, _vegaUtil.isFunction)(Buffer.isBuffer) ? Buffer.isBuffer(_) : false;

Callers 1

parse1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected