MCPcopy
hub / github.com/parse-community/parse-server / logGroupEnd

Function logGroupEnd

benchmark/performance.js:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32const logError = message => core.error(message);
33const logGroup = title => core.startGroup(title);
34const logGroupEnd = () => core.endGroup();
35
36/**
37 * Initialize Parse Server for benchmarking

Callers 1

runBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected