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

Function effectifyWithExecute

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

Source from the content-addressed store, hash-verified

94 * @internal
95 */
96export const effectifyWithExecute = <T>(obj: T, whitelist: Array<string> = []): T =>
97 effectifyWith(obj, executeCommit, whitelist)

Callers 1

makeWithExecuteFunction · 0.85

Calls 1

effectifyWithFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…