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

Function [Hash.symbol]

packages/printer/src/internal/flatten.ts:36–38  ·  view source on GitHub ↗
(this: Flatten.Flatten<any>)

Source from the content-addressed store, hash-verified

34const proto = {
35 [FlattenTypeId]: { _A: (_: never) => _ },
36 [Hash.symbol](this: Flatten.Flatten<any>): number {
37 return Hash.cached(this, protoHash[this._tag](this as any))
38 },
39 [Equal.symbol](this: Flatten.Flatten<any>, that: unknown): boolean {
40 return protoEqual[this._tag](this as any, that)
41 }

Callers

nothing calls this directly

Calls 1

cachedMethod · 0.80

Tested by

no test coverage detected