MCPcopy
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

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected