MCPcopy Index your code
hub / github.com/reactopt/reactopt / logAudits

Function logAudits

main.js:68–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67// when user ends interaction with 'done', execute these audits
68function logAudits() {
69 var funcArray = [
70 loadTime,
71 componentRerenders
72 ];
73
74 // run functions in funcArray, with printLine prior to each
75 funcArray.forEach((eventsMethod) => {
76 printLine();
77 eventsMethod(data);
78 });
79}
80
81// styling for different console logs
82function printLine(type, string) {

Callers

nothing calls this directly

Calls 1

printLineFunction · 0.85

Tested by

no test coverage detected