Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
96
export
const
effectifyWithExecute = <T>(obj: T, whitelist: Array<string> = []): T =>
97
effectifyWith(obj, executeCommit, whitelist)
Callers
1
makeWithExecute
Function · 0.85
Calls
1
effectifyWith
Function · 0.85
Tested by
no test coverage detected