Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d1ll0n/stack-packer
/ putEvent
Method
putEvent
src/parser/index.ts:188–191 ·
view source on GitHub ↗
(namePath: string, event: AbiEvent)
Source
from the content-addressed store, hash-verified
186
}
187
188
putEvent(namePath: string, event: AbiEvent) {
189
this.events[namePath] = event;
190
return
event;
191
}
192
193
putFunction(namePath: string, fn: AbiFunction) {
194
this.functions[namePath] = fn;
Callers
1
handleType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected