Returns the status. If there is a value (which can be null), returns OK.
()
| 63 | |
| 64 | /** Returns the status. If there is a value (which can be null), returns OK. */ |
| 65 | public Status getStatus() { |
| 66 | return status == null ? Status.OK : status; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Note that StatusOr containing statuses, the equality comparision is delegated to |
nothing calls this directly
no outgoing calls
no test coverage detected