( struct: AbiStruct, field: ProcessedField, context: FileContext )
| 181 | } |
| 182 | |
| 183 | export const generateFieldSetter = ( |
| 184 | struct: AbiStruct, |
| 185 | field: ProcessedField, |
| 186 | context: FileContext |
| 187 | ): CodeGenFunction => getEncoder(struct, [field], context, field.setterName, field.omitMaskReference) |
| 188 | |
| 189 | |
| 190 | const overflowRevert = (constantReferences: string[]) => ([ |
no test coverage detected