Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sync
Method · 0.80
table
Method · 0.65
Tested by
no test coverage detected