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

Method MarshalJSON

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

MarshalJSON FIXME ...

()

Source from the content-addressed store, hash-verified

95
96// MarshalJSON FIXME ...
97func (jt Iso8601Time) MarshalJSON() ([]byte, error) {
98 return []byte(fmt.Sprintf(`"%s"`, jt.String())), nil
99}
100
101// UnmarshalJSON FIXME ...
102func (jt *Iso8601Time) UnmarshalJSON(b []byte) error {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected