Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ FormatTime
Method
FormatTime
entities/bug/comment.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(c Comment) FormatTime() string {
48
return
c.unixTime.Time().Format(
"Mon Jan 2 15:04:05 2006 -0700"
)
49
}
50
51
// IsAuthored is a sign post method for gqlgen
52
func
(c Comment) IsAuthored() {}
Callers
1
runBugComment
Function · 0.80
Calls
2
Time
Method · 0.65
Format
Method · 0.45
Tested by
no test coverage detected