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/chunkPatch.ts:38–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
* @internal
37
*/
38
export
const
empty = <Value, Patch>(): Differ.Differ.Chunk.Patch<Value, Patch> => _empty
39
40
interface
AndThen<Value, Patch> extends Differ.Differ.Chunk.Patch<Value, Patch> {
41
readonly _tag:
"AndThen"
Callers
1
diff
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected