| return Integer.parseInt(timeoutStr); | return Duration.ofSeconds(Integer.parseInt(timeoutStr)); | Integer.parseInt(timeoutStr) | Duration.ofSeconds(Integer.parseInt(timeoutStr)) | bazel | deab0cf4184ed32d8f76efc3c33aefae8b54603d | com.google.devtools.build.lib.actions.Spawns | | | _1 | getTimeoutSeconds |
|---|
| _2 | getTimeout |
|---|
| | v0 | Integer.parseInt(timeoutStr) |
|---|
| | | v0 | Integer.parseInt(timeoutStr) |
|---|
| Returns | True |
| return expTime; | return Duration.ofSeconds(expTime); | expTime | Duration.ofSeconds(expTime) | cas | 5b51ccc8fde98bce9b6a03e3d9e786bd8164d6fc | org.apereo.cas.ticket.registry.CouchbaseTicketRegistry | | | _1 | getTimeToLive |
|---|
| _2 | getTimeToLive |
|---|
| | | | Returns | True |