if (!IsName(*key) && !IsNumber(*key)) {I don't think this should happen given how this is used. What about making this a `CHECK`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I don't think this should happen given how this is used. What about making this a `CHECK`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CHECK(IsName(*key) || IsNumber(*key));I don't even think you're supposed to support Numbers? Don't you only support InternalizedStrings that aren't indices?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |