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

Method Time

datasource/datatypes.go:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (m *TimeValue) Time() time.Time {
58 if m == nil {
59 return time.Time{}
60 }
61 return time.Time(*m)
62}
63
64func (m *TimeValue) Scan(src interface{}) error {
65

Callers 3

MarshalJSONMethod · 0.45
ValueMethod · 0.45
TestDataTypesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestDataTypesFunction · 0.36