| 12561 | json_ref& operator=(const json_ref&) = delete; |
| 12562 | json_ref& operator=(json_ref&&) = delete; |
| 12563 | ~json_ref() = default; |
| 12564 | |
| 12565 | value_type moved_or_copied() const |
| 12566 | { |
nothing calls this directly
no outgoing calls
no test coverage detected