Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
func
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
NewBugSnapshot
Function · 0.85
NewBugExcerpt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected