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

Function toString

packages/effect/src/internal/context.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 _Identifier: (_: unknown) => _
38 },
39 toString() {
40 return format(this.toJSON())
41 },
42 toJSON<I, A>(this: C.Tag<I, A>) {
43 return {
44 _id: "Tag",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected