(fj, child fastJsonNode)
| 515 | } |
| 516 | |
| 517 | func (enc *encoder) AddListChild(fj, child fastJsonNode) { |
| 518 | enc.setList(child, true) |
| 519 | enc.addChildren(fj, child) |
| 520 | } |
| 521 | |
| 522 | func (enc *encoder) SetUID(fj fastJsonNode, uid uint64, attr uint16) error { |
| 523 | // if we're in debug mode, uid may be added second time, skip this |