| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
deductAssistCredit(size)Is it intentional that this came back? (I think it's fine given that this is the slow path, just checking)
const nbytes = npages_ * 8192Where are this and noscanint_ defined? It seems like they should be undefined to avoid invalid uses like this sneaking in (i.e., if the generator fails to replace these due to a bug, it results in a build failure).
I know this is dead code, but it looks confusing to have something totally bogus in the generated code.
if !isTiny_ {Drop this branch to make this a bit cleaner, it's unnecessary since the case above returns.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
deductAssistCredit(size)Is it intentional that this came back? (I think it's fine given that this is the slow path, just checking)
Oh it's not! Thanks!
Where are this and noscanint_ defined? It seems like they should be undefined to avoid invalid uses like this sneaking in (i.e., if the generator fails to replace these due to a bug, it results in a build failure).
I know this is dead code, but it looks confusing to have something totally bogus in the generated code.
I updated the stub to leave this out in the slow path case.
Drop this branch to make this a bit cleaner, it's unnecessary since the case above returns.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |