MCPcopy Create free account
hub / github.com/parse-community/parse-dashboard / padding

Function padding

scripts/generate.js:19–25  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

17const testDir = path.join(__dirname, '..', 'src','lib', 'tests');
18
19function padding(length) {
20 const space = [];
21 for (let i = 0; i < length; i++) {
22 space[i] = ' ';
23 }
24 return space.join('');
25}
26
27function generateReact(name) {
28 return (

Callers 1

generateExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected