MCPcopy Create free account
hub / github.com/datner/react-effect / toString

Method toString

src/internal/result.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 return equals(this, that)
107 }
108 toString() {
109 return "Initial"
110 }
111 toJSON() {
112 return { _tag: this._tag }
113 }

Callers 1

Result.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected