document unclear function
This commit is contained in:
parent
1dc2556d85
commit
3991cb5064
@ -110,6 +110,7 @@ impl Stage{
|
|||||||
pub fn into_inner(self)->(HashMap<CheckpointId,ModelId>,HashSet<ModelId>){
|
pub fn into_inner(self)->(HashMap<CheckpointId,ModelId>,HashSet<ModelId>){
|
||||||
(self.ordered_checkpoints,self.unordered_checkpoints)
|
(self.ordered_checkpoints,self.unordered_checkpoints)
|
||||||
}
|
}
|
||||||
|
/// Returns true if the stage has no checkpoints.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub const fn is_empty(&self)->bool{
|
pub const fn is_empty(&self)->bool{
|
||||||
self.is_complete(0,0)
|
self.is_complete(0,0)
|
||||||
|
Loading…
Reference in New Issue
Block a user