Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
func
(m TimeValue) Value() (driver.Value, error) {
53
by, err := json.Marshal(time.Time(m))
54
return
by, err
55
}
56
57
func
(m *TimeValue) Time() time.Time {
58
if
m == nil {
Callers
nothing calls this directly
Calls
2
Marshal
Method · 0.45
Time
Method · 0.45
Tested by
no test coverage detected