| 11546 | json_ref& operator=(const json_ref&) = delete; |
| 11547 | json_ref& operator=(json_ref&&) = delete; |
| 11548 | ~json_ref() = default; |
| 11549 | |
| 11550 | value_type moved_or_copied() const |
| 11551 | { |
nothing calls this directly
no outgoing calls
no test coverage detected