(lines: ArrayJoinInput<string>)
| 20 | }; |
| 21 | |
| 22 | export const buildAssemblyBlock = (lines: ArrayJoinInput<string>) => [ |
| 23 | `assembly {`, |
| 24 | lines, |
| 25 | `}`, |
| 26 | ]; |
| 27 | |
| 28 | export const generateInternalLibraryCall = (fn: CodeGenFunction, libraryName: string) => { |
| 29 | const outputs = arrayifyFields( |
no outgoing calls
no test coverage detected