()
| 273 | } |
| 274 | |
| 275 | func (o *templatedObject) iterateStringKeys() iterNextFunc { |
| 276 | o.materialiseProps() |
| 277 | return o.baseObject.iterateStringKeys() |
| 278 | } |
| 279 | |
| 280 | func (o *templatedObject) iterateSymbols() iterNextFunc { |
| 281 | o.materialiseSymbols() |
nothing calls this directly
no test coverage detected