| 4597 | } |
| 4598 | |
| 4599 | bool some() const { return nullableValue != nullptr; } |
| 4600 | bool none() const { return nullableValue == nullptr; } |
| 4601 | |
| 4602 | bool operator !() const { return nullableValue == nullptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected