MCPcopy Index your code
hub / github.com/dataease/SQLBot / padStart

Function padStart

frontend/public/swagger-ui-bundle.js:32339–32341  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

32337 )
32338 }
32339 function padStart(s, o) {
32340 return er.repeat(' ', o - s.length) + s
32341 }
32342 var rr = function makeSnippet(s, o) {
32343 if (((o = Object.create(o || null)), !s.buffer)) return null
32344 ;(o.maxLength || (o.maxLength = 79),

Callers 1

rrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected