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

Method MapString

value/value.go:658–664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656 return mv
657}
658func (m MapValue) MapString() map[string]string {
659 mv := make(map[string]string, len(m.v))
660 for n, v := range m.v {
661 mv[n] = v.ToString()
662 }
663 return mv
664}
665func (m MapValue) MapValue() MapValue {
666 return m
667}

Callers 1

TestMapValueFunction · 0.95

Calls 1

ToStringMethod · 0.65

Tested by 1

TestMapValueFunction · 0.76