MCPcopy Index your code
hub / github.com/git-bug/git-bug / NewTime

Function NewTime

commands/cmdjson/json_common.go:42–48  ·  view source on GitHub ↗
(t time.Time, l lamport.Time)

Source from the content-addressed store, hash-verified

40}
41
42func NewTime(t time.Time, l lamport.Time) Time {
43 return Time{
44 Timestamp: t.Unix(),
45 Time: t,
46 Lamport: l,
47 }
48}

Callers 2

NewBugSnapshotFunction · 0.85
NewBugExcerptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected