mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Add comment for setBuildID (#13458)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
7c18be6e08
commit
be6c183ae7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user