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

Method MapInt

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

Source from the content-addressed store, hash-verified

756func (m MapIntValue) ToString() string { return fmt.Sprintf("%v", m.v) }
757func (m MapIntValue) Len() int { return len(m.v) }
758func (m MapIntValue) MapInt() map[string]int64 { return m.v }
759func (m MapIntValue) MapFloat() map[string]float64 {
760 mv := make(map[string]float64, len(m.v))
761 for n, iv := range m.v {

Callers 1

TestMapIntValueFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMapIntValueFunction · 0.76