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

Method allStructs

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

Source from the content-addressed store, hash-verified

36 }
37
38 get allStructs(): AbiType<false, false>[] {
39 return [
40 ...Object.values(this.structs),
41 ...Object.values(this.enums)
42 ]
43 }
44
45 get allErrors(): AbiError[] {
46 return Object.values(this.errors)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected