MCPcopy
hub / github.com/helm/helm / recentUnixTimestamp

Function recentUnixTimestamp

pkg/storage/driver/sql_test.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33const recentTimestampTolerance = time.Second
34
35func recentUnixTimestamp() sqlmock.Argument {
36 return recentUnixTimestampArgument{}
37}
38
39type recentUnixTimestampArgument struct{}
40

Callers 3

TestSqlCreateFunction · 0.85
TestSqlUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…