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 ba5b98e commit e69e95fCopy full SHA for e69e95f
pkg/sources/sources.go
@@ -44,7 +44,7 @@ type Chunk struct {
44
// SourceType is the type of Source that produced the chunk.
45
SourceType sourcespb.SourceType
46
47
- // SourceVerify specifies whether the source that generated this Chunk has verification enabled by config.
+ // SourceVerify specifies whether this chunk was generated by a source that has verification enabled in its config.
48
SourceVerify bool
49
}
50
0 commit comments