MCPcopy Create free account
hub / github.com/araddon/qlbridge / Value

Method Value

datasource/datatypes.go:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (m TimeValue) Value() (driver.Value, error) {
53 by, err := json.Marshal(time.Time(m))
54 return by, err
55}
56
57func (m *TimeValue) Time() time.Time {
58 if m == nil {

Callers

nothing calls this directly

Calls 2

MarshalMethod · 0.45
TimeMethod · 0.45

Tested by

no test coverage detected