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

Function padLeft

docs/app/js/sanddance-app.js:64409–64413  ·  view source on GitHub ↗
(string, digits)

Source from the content-addressed store, hash-verified

64407 });
64408}
64409function padLeft(string, digits) {
64410 var result = "";
64411 for(var i = 0; i < digits; ++i)result += " ";
64412 return "".concat(result).concat(string);
64413}
64414
64415},{"./get-shader-name":"zh62S","./get-shader-type-name":"72Rm1","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"zh62S":[function(require,module,exports) {
64416var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 2

formatErrorsFunction · 0.70
addLineNumbersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected