Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ emit
Function
emit
src/utils/signal.ts:36–38 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
34
}
35
},
36
emit(...args) {
37
for
(
const
listener of listeners) listener(...args)
38
},
39
clear() {
40
listeners.clear()
41
},
Callers
nothing calls this directly
Calls
1
listener
Function · 0.50
Tested by
no test coverage detected