Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
520
func
(m StringValue) StringsValue() StringsValue {
return
NewStringsValue([]string{m.v}) }
521
func
(m StringValue) ToString() string {
return
m.v }
522
523
func
(m StringValue) IntValue() IntValue {
Callers
1
TestString
Function · 0.95
Calls
1
NewStringsValue
Function · 0.85
Tested by
1
TestString
Function · 0.76