MCPcopy Index your code
hub / github.com/nodejs/node / makePadding

Function makePadding

test/fixtures/snapshot/typescript.js:41275–41277  ·  view source on GitHub ↗
(paddingLength)

Source from the content-addressed store, hash-verified

41273 var compilerOptionsMap = getSerializedCompilerOption(options);
41274 return getOverwrittenDefaultOptions();
41275 function makePadding(paddingLength) {
41276 return Array(paddingLength + 1).join(" ");
41277 }
41278 function getOverwrittenDefaultOptions() {
41279 var result = [];
41280 var tab = makePadding(2);

Callers 2

writeConfigurationsFunction · 0.85

Calls 2

ArrayFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected