Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ once
Method
once
lib/utils/rpc.ts:38–40 ·
view source on GitHub ↗
(ev: string, fn: (...args: any[]) => void)
Source
from the content-addressed store, hash-verified
36
}
37
38
once(ev: string, fn: (...args: any[]) => void) {
39
this.emitter.once(ev, fn);
40
}
41
42
emit(ev: string, data: any) {
43
if
(!this.id) {
Callers
14
effect
Function · 0.80
main
Function · 0.80
updater.ts
File · 0.80
read
Function · 0.80
Duplex
Function · 0.80
readSSHPrivate
Function · 0.80
write
Function · 0.80
process
Method · 0.80
createExtractor
Method · 0.80
onuncork
Function · 0.80
yarn-standalone.js
File · 0.80
endWritable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected