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

Method StringsValue

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

Source from the content-addressed store, hash-verified

518 return NewNumberValue(fv)
519}
520func (m StringValue) StringsValue() StringsValue { return NewStringsValue([]string{m.v}) }
521func (m StringValue) ToString() string { return m.v }
522
523func (m StringValue) IntValue() IntValue {

Callers 1

TestStringFunction · 0.95

Calls 1

NewStringsValueFunction · 0.85

Tested by 1

TestStringFunction · 0.76