Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d1ll0n/stack-packer
/ allEvents
Method
allEvents
src/parser/index.ts:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
get allEvents(): AbiEvent[] {
50
return
Object.values(this.events)
51
}
52
53
get allFunctions(): AbiFunction[] {
54
return
Object.values(this.functions)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected