MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / maybe_grow

Function maybe_grow

src/ore/src/stack.rs:103–108  ·  view source on GitHub ↗
(f: F)

Source from the content-addressed store, hash-verified

101/// is still preferable to panicking.
102#[inline(always)]
103pub fn maybe_grow<F, R>(f: F) -> R
104where
105 F: FnOnce() -> R,
106{
107 stacker::maybe_grow(STACK_RED_ZONE, STACK_SIZE, f)
108}
109
110/// A trait for types which support bounded recursion to prevent stack overflow.
111///

Callers 10

lower_mir_exprMethod · 0.85
consequence_for_inputMethod · 0.85
fold_queryMethod · 0.85
fold_functionMethod · 0.85
fold_exprMethod · 0.85
typMethod · 0.85
applied_toMethod · 0.85
checked_recurMethod · 0.85
checked_recur_mutMethod · 0.85
import_into_dataflowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected