MCPcopy Create free account
hub / github.com/effect-app/libs / table

Function table

repos/effect/packages/effect/src/Console.ts:435–440  ·  view source on GitHub ↗
(tabularData: any, properties?: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

433 * Effect.runSync(Effect.provideService(program, Console.Console, testConsole))
434 * const expected = [
435 * "group:User Processing",
436 * "log:Loading user data...",
437 * "log:Validating user...",
438 * "log:User processed successfully",
439 * "groupEnd"
440 * ]
441 * operations // => expected
442 * ```
443 *

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
syncMethod · 0.80
tableMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…