Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkIfEndAndClose
Method · 0.95
start
Function · 0.80
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected