Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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
36
/**
Callers
1
runBenchmarks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected