MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / putError

Method putError

src/parser/index.ts:183–186  ·  view source on GitHub ↗
(namePath: string, error: AbiError)

Source from the content-addressed store, hash-verified

181 }
182
183 putError(namePath: string, error: AbiError) {
184 this.errors[namePath] = error;
185 return error;
186 }
187
188 putEvent(namePath: string, event: AbiEvent) {
189 this.events[namePath] = event;

Callers 1

handleTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected