MCPcopy Index your code
hub / github.com/deployd/deployd / asciiToArray

Function asciiToArray

test-app/public/sinon.js:11374–11376  ·  view source on GitHub ↗

* Converts an ASCII `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.

(string)

Source from the content-addressed store, hash-verified

11372 * @returns {Array} Returns the converted array.
11373 */
11374 function asciiToArray(string) {
11375 return string.split('');
11376 }
11377
11378 /**
11379 * Splits an ASCII `string` into an array of its words.

Callers 1

stringToArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected