Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ NewStructValue
Function
NewStructValue
value/value.go:897–899 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
895
}
896
897
func
NewStructValue(v
interface
{}) StructValue {
898
return
StructValue{v: v}
899
}
900
901
func
(m StructValue) Nil() bool {
return
m.v == nil }
902
func
(m StructValue) Err() bool {
return
false }
Callers
7
value.go
File · 0.85
NewValue
Function · 0.85
TestCast
Function · 0.85
TestValueToString
Function · 0.85
TestValueToStrings
Function · 0.85
TestValueToTime
Function · 0.85
TestValueToFloat
Function · 0.85
Calls
no outgoing calls
Tested by
5
TestCast
Function · 0.68
TestValueToString
Function · 0.68
TestValueToStrings
Function · 0.68
TestValueToTime
Function · 0.68
TestValueToFloat
Function · 0.68