We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b449c0f commit ac7e992Copy full SHA for ac7e992
cue/types.go
@@ -258,11 +258,12 @@ func (i *Iterator) Selector() Selector {
258
return featureToSel(i.f, i.idx)
259
}
260
261
-// Label reports the label of the value if i iterates over struct fields and
262
-// "" otherwise.
+// Label reports the label of the value if i iterates over struct fields and ""
+// otherwise.
263
+//
264
//
-// Deprecated: use i.Selector().String(). Note that this will give more accurate
265
-// string representations.
+// Slated to be deprecated: use i.Selector().String(). Note that this will give
266
+// more accurate string representations.
267
func (i *hiddenIterator) Label() string {
268
if i.f == 0 {
269
return ""
0 commit comments