Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ nextEvent
Method
nextEvent
src/remote/appServer/client.ts:339–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
337
}
338
339
nextEvent(): Promise<RemoteAppServerEvent | undefined> {
340
return
this.events.next()
341
}
342
343
shutdown(): void {
344
this.close(
'shutdown'
)
Callers
3
runEventPump
Method · 0.45
client.test.ts
File · 0.45
runEventPump
Method · 0.45
Calls
1
next
Method · 0.45
Tested by
no test coverage detected