Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
func
(m *TimeValue) Time() time.Time {
58
if
m == nil {
59
return
time.Time{}
60
}
61
return
time.Time(*m)
62
}
63
64
func
(m *TimeValue) Scan(src
interface
{}) error {
65
Callers
3
MarshalJSON
Method · 0.45
Value
Method · 0.45
TestDataTypes
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestDataTypes
Function · 0.36