MCPcopy Index your code
hub / github.com/sourcegraph/checkup / Timestamp

Function Timestamp

types/util.go:9–11  ·  view source on GitHub ↗

Timestamp returns the UTC Unix timestamp in nanoseconds.

()

Source from the content-addressed store, hash-verified

7// Timestamp returns the UTC Unix timestamp in
8// nanoseconds.
9func Timestamp() int64 {
10 return time.Now().UTC().UnixNano()
11}

Callers 2

GenerateFilenameFunction · 0.92
NewResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected