nolint:unused // appendAttrs is used in outputnode_test.go as a helper function
(fj, child fastJsonNode)
| 356 | |
| 357 | //nolint:unused // appendAttrs is used in outputnode_test.go as a helper function |
| 358 | func (enc *encoder) appendAttrs(fj, child fastJsonNode) { |
| 359 | enc.addChildren(fj, child) |
| 360 | } |
| 361 | |
| 362 | // addChildren appends attrs to existing fj's attrs. |
| 363 | func (enc *encoder) addChildren(fj, head fastJsonNode) { |