MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / toString

Method toString

static/js/bulk.js:96–98  ·  view source on GitHub ↗

* Returns the CSV file as string. * @param {boolean} header - If false, omit the first row containing the * column names. * @param {boolean} allColumns - Whether to check all items for column names. * Uses only the first item if false. * @returns {Promise }

(header = true, allColumns = false)

Source from the content-addressed store, hash-verified

94 * @returns {Promise<string>}
95 */
96 async toString(header = true, allColumns = false) {
97 return await convert(this.data, header, allColumns);
98 }
99}
100
101/**

Callers 15

toDiskMethod · 0.95
copySafenessFunction · 0.80
hashStringMethod · 0.80
setUrlFunction · 0.80
copySafenessFunction · 0.80
setUrlFunction · 0.80
copySafenessFunction · 0.80
copySafenessFunction · 0.80
nunjucks.min.jsFile · 0.80
copySafenessFunction · 0.80
nunjucks.jsFile · 0.80
copySafenessFunction · 0.80

Calls 1

convertFunction · 0.85

Tested by

no test coverage detected