pub fn analyze_call_no_cache(
ctx: &mut LocalContext,
source: Source,
callee_node: LinkedNode<'_>,
args: Args<'_>,
) -> Option<CallInfo>
Expand description
Analyzes a function call without caching the result.
pub fn analyze_call_no_cache(
ctx: &mut LocalContext,
source: Source,
callee_node: LinkedNode<'_>,
args: Args<'_>,
) -> Option<CallInfo>
Analyzes a function call without caching the result.