()
| 33 | const recentTimestampTolerance = time.Second |
| 34 | |
| 35 | func recentUnixTimestamp() sqlmock.Argument { |
| 36 | return recentUnixTimestampArgument{} |
| 37 | } |
| 38 | |
| 39 | type recentUnixTimestampArgument struct{} |
| 40 |
no outgoing calls
no test coverage detected
searching dependent graphs…