| 1 | import { getMaxUint } from "../../lib/bytes"; |
| 2 | import { arrJoiner, removeTrailingNewLines } from "../../lib/text"; |
| 3 | import { AbiElementaryType, ArrayJoinInput, CodeGenFunction, ProcessedField, ProcessedStruct } from "../../types"; |
| 4 | import { shouldCheckForOverflow } from "../fields"; |
nothing calls this directly
no test coverage detected