[skip ci] Add comment for setBuildID (#13458)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-15 21:04:11 +08:00 committed by GitHub
parent 7c18be6e08
commit be6c183ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ func (info *indexInfo) setIndexID(id UniqueID) {
info.indexID = id
}
// setBuildID sets the build id of index
func (info *indexInfo) setBuildID(id UniqueID) {
info.buildID = id
}