pub fn static_args_of_effective_node(
    db: &Database,
    caller_static_args: Option<StaticArgs>,
    caller_node: Option<NodeNode>,
    callee: NodeNode,
    static_args_node: Option<StaticArgsNode>
) -> Rc<Option<StaticArgs>>
Expand description

Query: Returns, if possible, the static args given to a node call expression