Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ empty
Function
empty
packages/effect/src/internal/differ/readonlyArrayPatch.ts:37–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
* @internal
36
*/
37
export
const
empty = <Value, Patch>(): Differ.Differ.ReadonlyArray.Patch<Value, Patch> => _empty
38
39
interface
AndThen<Value, Patch> extends Differ.Differ.ReadonlyArray.Patch<Value, Patch> {
40
readonly _tag:
"AndThen"
Callers
1
diff
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected