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

Function [Hash.symbol]

packages/printer/src/internal/doc.ts:99–101  ·  view source on GitHub ↗
(this: Doc.Doc<any>)

Source from the content-addressed store, hash-verified

97const proto = {
98 [DocTypeId]: { _A: (_: never) => _ },
99 [Hash.symbol](this: Doc.Doc<any>) {
100 return Hash.cached(this, protoHash[this._tag](this as any))
101 },
102 [Equal.symbol](this: Doc.Doc<any>, that: unknown): boolean {
103 return protoEqual[this._tag](this as any, that as any)
104 },

Callers

nothing calls this directly

Calls 1

cachedMethod · 0.80

Tested by

no test coverage detected