Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/Cron.ts:101–103 ·
view source on GitHub ↗
(this: Cron)
Source
from the content-addressed store, hash-verified
99
)
100
},
101
toString(this: Cron) {
102
return
format(this.toJSON())
103
},
104
toJSON(this: Cron) {
105
return
{
106
_id:
"Cron"
,
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
toJSON
Method · 0.65
Tested by
no test coverage detected