Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ optional
Function
optional
packages/cli/src/internal/usage.ts:37–40 ·
view source on GitHub ↗
(self: Usage.Usage)
Source
from the content-addressed store, hash-verified
35
36
/** @internal */
37
export
const
optional = (self: Usage.Usage): Usage.Usage => ({
38
_tag:
"Optional"
,
39
usage: self
40
})
41
42
/** @internal */
43
export
const
repeated = (self: Usage.Usage): Usage.Usage => ({
Callers
1
simplify
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected