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

Function repeatString

test/fixtures/snapshot/typescript.js:128117–128123  ·  view source on GitHub ↗
(str, count)

Source from the content-addressed store, hash-verified

128115 }
128116 ts.getSnapshotText = getSnapshotText;
128117 function repeatString(str, count) {
128118 var result = "";
128119 for (var i = 0; i < count; i++) {
128120 result += str;
128121 }
128122 return result;
128123 }
128124 ts.repeatString = repeatString;
128125 function skipConstraint(type) {
128126 return type.isTypeParameter() ? type.getConstraint() || type : type;

Callers 1

marked.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…