Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ logError
Function
logError
benchmark/performance.js:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
// Logging helpers
31
const
logInfo = message => core.info(message);
32
const
logError = message => core.error(message);
33
const
logGroup = title => core.startGroup(title);
34
const
logGroupEnd = () => core.endGroup();
35
Callers
1
runBenchmarks
Function · 0.85
Calls
1
error
Method · 0.80
Tested by
no test coverage detected