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

Function logInfo

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

Source from the content-addressed store, hash-verified

29
30// Logging helpers
31const logInfo = message => core.info(message);
32const logError = message => core.error(message);
33const logGroup = title => core.startGroup(title);
34const logGroupEnd = () => core.endGroup();

Callers 3

measureOperationFunction · 0.85
measureMemoryOperationFunction · 0.85
runBenchmarksFunction · 0.85

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected