Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ recursion_guard
Method
recursion_guard
src/ore/src/stack.rs:228–230 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
226
227
impl CheckedRecursion for RecursionGuard {
228
fn recursion_guard(&self) -> &RecursionGuard {
229
self
230
}
231
}
232
233
impl RecursionGuard {
Callers
2
checked_recur
Method · 0.45
checked_recur_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected