MCPcopy
hub / github.com/Effect-TS/effect / table

Method table

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

Source from the content-addressed store, hash-verified

42 info(...args: ReadonlyArray<any>): Effect<void>
43 log(...args: ReadonlyArray<any>): Effect<void>
44 table(tabularData: any, properties?: ReadonlyArray<string>): Effect<void>
45 time(label?: string): Effect<void>
46 timeEnd(label?: string): Effect<void>
47 timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void>

Callers 11

SchemaIndex.tsFile · 0.65
SchemaStruct.tsFile · 0.65
SchemaFilters.tsFile · 0.65
SchemaTuple.tsFile · 0.65
SchemaUnion.tsFile · 0.65
SchemaArray.tsFile · 0.65
SchemaToString.tsFile · 0.65
tableFunction · 0.65
tableFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected