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

Method ToNullableTime

backend/core/models/common/iso8601time.go:164–169  ·  view source on GitHub ↗

ToNullableTime FIXME ...

()

Source from the content-addressed store, hash-verified

162
163// ToNullableTime FIXME ...
164func (jt *Iso8601Time) ToNullableTime() *time.Time {
165 if jt == nil {
166 return nil
167 }
168 return &jt.Time
169}
170
171// ConvertStringToTime FIXME ...
172func ConvertStringToTime(timeString string) (t time.Time, err error) {

Callers 15

PrepareTaskDataMethod · 0.45
ExtractApiPullRequestsFunction · 0.45
ConvertSprintsFunction · 0.45
ConvertProjectsFunction · 0.45
ConvertAccountsFunction · 0.45
ConvertTaskWorktimeFunction · 0.45
ConvertTasksFunction · 0.45
ConvertTaskCommentsFunction · 0.45
convertApiRepoToScopeFunction · 0.45
ConvertApiScopeMethod · 0.45
ExtractApiPullRequestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected