MCPcopy 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}
665func (m MapValue) MapValue() MapValue {
666 return m
667}
668func (m MapValue) MapTime() MapTimeValue {
669 mv := make(map[string]time.Time, len(m.v))
670 for k, v := range m.v {

Callers 1

TestMapValueFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMapValueFunction · 0.76