* Default constructor. */
| 39 | * Default constructor. |
| 40 | */ |
| 41 | cookie_datetime() = default; |
| 42 | /** |
| 43 | * The constructor with parameters allows to specify a time and a date for cookie expiration. |
| 44 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected