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

Method allFunctions

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

Source from the content-addressed store, hash-verified

51 }
52
53 get allFunctions(): AbiFunction[] {
54 return Object.values(this.functions)
55 }
56
57 handleFields(fields: StructField[]) {
58 const outFields: AbiStructField[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected