MCPcopy Create free account
hub / github.com/caseywebdev/react-list / indentation

Function indentation

docs/index.js:20496–20498  ·  view source on GitHub ↗
(indent)

Source from the content-addressed store, hash-verified

20494 : node;
20495 }
20496 function indentation(indent) {
20497 return " " + " ".repeat(indent);
20498 }
20499 function added(indent) {
20500 return "+ " + " ".repeat(indent);
20501 }

Callers 4

describeTextDiffFunction · 0.85
describeElementDiffFunction · 0.85
describeSiblingFiberFunction · 0.85
describeNodeFunction · 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…