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

Method convertFieldType

src/parser/index.ts:169–171  ·  view source on GitHub ↗
(typeName: TypeName)

Source from the content-addressed store, hash-verified

167 }
168
169 convertFieldType(typeName: TypeName): AbiType {
170 return convertFieldType(typeName, this.structs, this.enums)
171 }
172
173 putStruct(namePath: string, struct: AbiStruct) {
174 this.structs[namePath] = struct;

Callers 2

handleFieldsMethod · 0.95
convertFieldTypeFunction · 0.80

Calls 1

convertFieldTypeFunction · 0.85

Tested by

no test coverage detected