Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ ascend
Method
ascend
src/ore/src/stack.rs:253–255 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
251
}
252
253
fn ascend(&self) {
254
*self.depth.borrow_mut() -= 1;
255
}
256
}
257
258
/// A [`RecursionGuard`]'s recursion limit was reached.
Callers
2
checked_recur
Method · 0.80
checked_recur_mut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected