mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e] Add comment for getBuildID (#14520)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
0415618f81
commit
20178360ba
@ -80,6 +80,7 @@ func (info *indexInfo) getIndexID() UniqueID {
|
||||
return info.indexID
|
||||
}
|
||||
|
||||
// getBuildID returns the build id of index
|
||||
func (info *indexInfo) getBuildID() UniqueID {
|
||||
return info.buildID
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user