MCPcopy
hub / github.com/apache/devlake / String

Method String

backend/core/models/common/iso8601time.go:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (jt *Iso8601Time) String() string {
89 format := jt.format
90 if format == "" {
91 format = DateTimeFormats[0].Format
92 }
93 return jt.Time.Format(format)
94}
95
96// MarshalJSON FIXME ...
97func (jt Iso8601Time) MarshalJSON() ([]byte, error) {

Callers 1

MarshalJSONMethod · 0.95

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected