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

Function [Hash.symbol]

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cachedMethod · 0.80

Tested by

no test coverage detected