MCPcopy Index your code
hub / github.com/Effect-TS/effect / group

Method group

packages/effect/src/Console.ts:37–37  ·  view source on GitHub ↗
(options?: {
    readonly label?: string | undefined
    readonly collapsed?: boolean | undefined
  })

Source from the content-addressed store, hash-verified

35 dirxml(...args: ReadonlyArray<any>): Effect<void>
36 error(...args: ReadonlyArray<any>): Effect<void>
37 group(options?: {
38 readonly label?: string | undefined
39 readonly collapsed?: boolean | undefined
40 }): Effect<void>

Callers 11

prettyDoFunction · 0.65
doc.test.tsFile · 0.65
HttpApi.test.tsFile · 0.65
api.tsFile · 0.65
groupFunction · 0.65
console.tsFile · 0.65
prettyLoggerTtyFunction · 0.65
groupFunction · 0.65
layerHttpApiFunction · 0.65
layerHttpApiFunction · 0.65

Calls

no outgoing calls

Tested by 1

prettyDoFunction · 0.52