MCPcopy
hub / github.com/preactjs/preact / render

Method render

test/browser/components.test.jsx:1660–1665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1658 }
1659
1660 render() {
1661 spy();
1662 let items = [];
1663 for (let i = 0; i < this.props.items; i++) items.push(i);
1664 return <div>{items.join(',')}</div>;
1665 }
1666 }
1667
1668 let i = 0;

Callers

nothing calls this directly

Calls 2

spyFunction · 0.85
hFunction · 0.85

Tested by

no test coverage detected