Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ sync
Function
sync
packages/effect/src/internal/logger.ts:122–124 ·
view source on GitHub ↗
(evaluate: LazyArg<A>)
Source
from the content-addressed store, hash-verified
120
121
/** @internal */
122
export
const
sync = <A>(evaluate: LazyArg<A>): Logger.Logger<unknown, A> => {
123
return
simple(evaluate)
124
}
125
126
/** @internal */
127
export
const
zip = dual<
Callers
nothing calls this directly
Calls
1
simple
Function · 0.85
Tested by
no test coverage detected