MCPcopy Create free account
hub / github.com/Effect-TS/effect / close

Method close

packages/effect/src/PubSub.ts:2753–2756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2751 }
2752 }
2753 close(): void {
2754 this.values.length = 0
2755 this.remaining = 0
2756 }
2757 sync(): void {
2758 const slides = this.buffer.index - this.slideIndex
2759 if (slides === 0 || this.remaining === 0) {

Callers 1

takeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected