MCPcopy Create free account
hub / github.com/ethanniser/the-beth-stack / closeNow

Method closeNow

packages/beth-stack/src/cache/render.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public closeNow() {
79 this.streamController?.close();
80 this.reset();
81 }
82
83 public checkIfEndAndClose() {
84 if (this.suspenseMap.size === 0) {

Callers 2

checkIfEndAndCloseMethod · 0.95
startFunction · 0.80

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected