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

Interface ClickhouseParam

packages/sql-clickhouse/src/ClickhouseClient.ts:420–420  ·  view source on GitHub ↗

* @category custom types * @since 1.0.0

Source from the content-addressed store, hash-verified

418 * @since 1.0.0
419 */
420interface ClickhouseParam extends Statement.Custom<"ClickhouseParam", string, unknown> {}
421
422const clickhouseParam = Statement.custom<ClickhouseParam>("ClickhouseParam")
423const isClickhouseParam = Statement.isCustom<ClickhouseParam>("ClickhouseParam")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…