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

Method allErrors

src/parser/index.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 get allErrors(): AbiError[] {
46 return Object.values(this.errors)
47 }
48
49 get allEvents(): AbiEvent[] {
50 return Object.values(this.events)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected