Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ MapValue
Method
MapValue
value/value.go:665–667 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
663
return
mv
664
}
665
func
(m MapValue) MapValue() MapValue {
666
return
m
667
}
668
func
(m MapValue) MapTime() MapTimeValue {
669
mv := make(
map
[string]time.Time, len(m.v))
670
for
k, v :=
range
m.v {
Callers
1
TestMapValue
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestMapValue
Function · 0.76