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

Function clearLog

test/_util/logCall.js:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67/** Clear log object */
68export function clearLog() {
69 log = [];
70}
71
72export function getLogSummary() {
73 /** @type {{ [key: string]: number }} */

Callers 9

fragments.test.jsxFile · 0.90
keys.test.jsxFile · 0.90
hydrate.test.jsxFile · 0.90
render.test.jsxFile · 0.90
renderItemsAndAssertFunction · 0.90
teardownFunction · 0.90

Calls

no outgoing calls

Tested by 1

renderItemsAndAssertFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…