Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/sql/mysql2/test/Model.integration.test.ts:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}) {}
14
15
class
SoftDeleteUser extends Model.Class<SoftDeleteUser>(
"SoftDeleteUser"
)({
16
id: Schema.Int.pipe(
17
Model.FieldExcept([
"insert"
])
18
),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected