originating_function_path

Function originating_function_path 

Source
pub fn originating_function_path<'db>(
    db: &'db dyn Database,
    wrapper: ConcreteFunctionWithBodyId<'db>,
) -> String
Expand description

Returns the path to the function that the executable is wrapping.

If the executable is not wrapping a function, returns the full path of the executable.