MCPcopy Index your code
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/BigDecimal.ts:71–73  ·  view source on GitHub ↗
(this: BigDecimal)

Source from the content-addressed store, hash-verified

69 return isBigDecimal(that) && equals(this, that)
70 },
71 toString(this: BigDecimal) {
72 return `BigDecimal(${format(this)})`
73 },
74 toJSON(this: BigDecimal) {
75 return {
76 _id: "BigDecimal",

Callers

nothing calls this directly

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…