MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / group

Method group

apps/cloud/worker-configuration.d.ts:174–174  ·  view source on GitHub ↗

* The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console/groupEnd_static is called. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_stat

(...data: any[])

Source from the content-addressed store, hash-verified

172 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static)
173 */
174 group(...data: any[]): void;
175 /**
176 * The **`console.groupCollapsed()`** static method creates a new inline group in the console.
177 *

Callers 15

connections.tsFile · 0.80
oauth.tsFile · 0.80
policies.tsFile · 0.80
tools.tsFile · 0.80
executions.tsFile · 0.80
providers.tsFile · 0.80
integrations.tsFile · 0.80
handlers.tsFile · 0.80
server.tsFile · 0.80
server.tsFile · 0.80
handlers.tsFile · 0.80
spec-blob.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 3

startEchoServerFunction · 0.64
startScriptedServerFunction · 0.64
startEchoServerFunction · 0.64