MCPcopy Index your code
hub / github.com/Effect-TS/effect / [Hash.symbol]

Function [Hash.symbol]

packages/printer/src/internal/docTree.ts:87–89  ·  view source on GitHub ↗
(this: DocTree.DocTree<any>)

Source from the content-addressed store, hash-verified

85const proto = {
86 [DocTreeTypeId]: { _A: (_: never) => _ },
87 [Hash.symbol](this: DocTree.DocTree<any>) {
88 return Hash.cached(this, protoHash[this._tag](this as any))
89 },
90 [Equal.symbol](this: DocTree.DocTree<any>, that: unknown) {
91 return protoEqual[this._tag](this as any, that)
92 }

Callers

nothing calls this directly

Calls 1

cachedMethod · 0.80

Tested by

no test coverage detected