MCPcopy
hub / github.com/TomWright/dasel / Kind

Method Kind

model/value.go:182–184  ·  view source on GitHub ↗

Kind returns the reflect kind of the value.

()

Source from the content-addressed store, hash-verified

180
181// Kind returns the reflect kind of the value.
182func (v *Value) Kind() reflect.Kind {
183 return v.value.Kind()
184}
185
186// UnpackKinds unpacks the reflect value until it no longer matches the given kinds.
187func (v *Value) UnpackKinds(kinds ...reflect.Kind) *Value {

Callers 15

SetMethod · 0.80
isDaselValueMethod · 0.80
UnpackKindsMethod · 0.80
UnpackUntilTypeMethod · 0.80
UnpackUntilKindMethod · 0.80
UnpackUntilKindsMethod · 0.80
IsScalarMethod · 0.80
isSliceMethod · 0.80
GetSliceIndexMethod · 0.80
isStandardMapMethod · 0.80
isStringMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestValue_KindFunction · 0.64