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

Method IntValue

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

Source from the content-addressed store, hash-verified

521func (m StringValue) ToString() string { return m.v }
522
523func (m StringValue) IntValue() IntValue {
524 iv, _ := ValueToInt64(m)
525 return NewIntValue(iv)
526}
527
528func NewStringsValue(v []string) StringsValue {
529 return StringsValue{v: v}

Callers 1

TestStringFunction · 0.95

Calls 2

ValueToInt64Function · 0.85
NewIntValueFunction · 0.85

Tested by 1

TestStringFunction · 0.76