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

Function commit

packages/sql-kysely/src/internal/patch.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15const PatchProto = {
16 ...Effectable.CommitPrototype,
17 commit() {
18 return Effect.die(new Error(COMMIT_ERROR))
19 }
20}
21
22/** @internal */

Callers

nothing calls this directly

Calls 1

dieMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…