MCPcopy Create free account
hub / github.com/cometchat/cometchat-uikit-angular / logSection

Function logSection

scripts/storybook-performance.js:32–36  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

30}
31
32function logSection(title) {
33 log(`\n${'='.repeat(60)}`, colors.bright);
34 log(title, colors.bright + colors.blue);
35 log('='.repeat(60), colors.bright);
36}
37
38function formatTime(ms) {
39 if (ms < 1000) {

Callers 4

measureBuildTimeFunction · 0.85
analyzeBuildOutputFunction · 0.85
identifySlowComponentsFunction · 0.85
generateReportFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected