Unwraps a InternalLogId to return a long.
(InternalWithLogId withLogId)
| 1100 | |
| 1101 | /** Unwraps a {@link InternalLogId} to return a {@code long}. */ |
| 1102 | public static long id(InternalWithLogId withLogId) { |
| 1103 | return withLogId.getLogId().getId(); |
| 1104 | } |
| 1105 | } |
no test coverage detected