Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ close
Method
close
src/remote/appServer/client.ts:221–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
}
220
221
close(): void {
222
if
(this.closed) {
223
return
224
}
225
this.closed = true
226
for
(
const
waiter of this.waiters.splice(0)) {
227
waiter(undefined)
228
}
229
}
230
}
231
232
function
timeoutPromise<T>(
Callers
4
disconnect
Method · 0.45
close
Method · 0.45
client.test.ts
File · 0.45
close
Function · 0.45
Calls
no outgoing calls
Tested by
1
close
Function · 0.36