(fj fastJsonNode)
| 458 | } |
| 459 | |
| 460 | func (enc *encoder) getCustom(fj fastJsonNode) bool { |
| 461 | return (fj.meta & customBit) > 0 |
| 462 | } |
| 463 | |
| 464 | func (enc *encoder) children(fj fastJsonNode) fastJsonNode { |
| 465 | // Return nil if no attrs are found. |
no outgoing calls
no test coverage detected