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

Function table

packages/effect/src/internal/defaultServices/console.ts:73–77  ·  view source on GitHub ↗
(tabularData, properties)

Source from the content-addressed store, hash-verified

71 })
72 },
73 table(tabularData, properties) {
74 return core.sync(() => {
75 console.table(tabularData, properties)
76 })
77 },
78 time(label) {
79 return core.sync(() => console.time(label))
80 },

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
tableMethod · 0.65

Tested by

no test coverage detected