MCPcopy Index your code
hub / github.com/parse-community/parse-server / logGroup

Function logGroup

benchmark/performance.js:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const logInfo = message => core.info(message);
32const logError = message => core.error(message);
33const logGroup = title => core.startGroup(title);
34const logGroupEnd = () => core.endGroup();
35
36/**

Callers 1

runBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected