MCPcopy 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
227impl CheckedRecursion for RecursionGuard {
228 fn recursion_guard(&self) -> &RecursionGuard {
229 self
230 }
231}
232
233impl RecursionGuard {

Callers 2

checked_recurMethod · 0.45
checked_recur_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected