MCPcopy
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/MutableRef.ts:29–31  ·  view source on GitHub ↗
(this: MutableRef<A>)

Source from the content-addressed store, hash-verified

27const MutableRefProto: Omit<MutableRef<unknown>, "current"> = {
28 [TypeId]: TypeId,
29 toString<A>(this: MutableRef<A>): string {
30 return format(this.toJSON())
31 },
32 toJSON<A>(this: MutableRef<A>) {
33 return {
34 _id: "MutableRef",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…