mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for setIndexID (#13457)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
be6c183ae7
commit
5b5b441601
@ -39,6 +39,7 @@ func (info *indexInfo) setIndexName(name string) {
|
||||
info.indexName = name
|
||||
}
|
||||
|
||||
// setIndexID sets the id of index
|
||||
func (info *indexInfo) setIndexID(id UniqueID) {
|
||||
info.indexID = id
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user