MCPcopy Index your code
hub / github.com/apache/devlake / unixForBambooDeployBuild

Function unixForBambooDeployBuild

backend/plugins/bamboo/models/share.go:46–49  ·  view source on GitHub ↗
(time_unix int64)

Source from the content-addressed store, hash-verified

44}
45
46func unixForBambooDeployBuild(time_unix int64) *time.Time {
47 t := time.Unix(time_unix/1000, 0)
48 return &t
49}

Callers 1

ConvertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected