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

Function NewMapIntValue

value/value.go:746–748  ·  view source on GitHub ↗
(v map[string]int64)

Source from the content-addressed store, hash-verified

744}
745
746func NewMapIntValue(v map[string]int64) MapIntValue {
747 return MapIntValue{v: v}
748}
749
750func (m MapIntValue) Nil() bool { return len(m.v) == 0 }
751func (m MapIntValue) Err() bool { return false }

Callers 9

plan_proto_test.goFile · 0.92
sqlvm_test.goFile · 0.92
vm_test.goFile · 0.92
value.goFile · 0.85
NewValueFunction · 0.85
MapIntMethod · 0.85
TestMapIntValueFunction · 0.85
TestValueToStringFunction · 0.85
TestValueToStringsFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestMapIntValueFunction · 0.68
TestValueToStringFunction · 0.68
TestValueToStringsFunction · 0.68