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

Function effectifyWithSql

packages/sql-kysely/src/internal/patch.ts:90–91  ·  view source on GitHub ↗
(obj: T, client: Client.SqlClient, whitelist: Array<string> = [])

Source from the content-addressed store, hash-verified

88 * @internal
89 */
90export const effectifyWithSql = <T>(obj: T, client: Client.SqlClient, whitelist: Array<string> = []): T =>
91 effectifyWith(obj, makeSqlCommit(client), whitelist)
92
93/**
94 * @internal

Callers 1

makeWithSqlFunction · 0.85

Calls 2

effectifyWithFunction · 0.85
makeSqlCommitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…