pub fn is_boolean_expr_with_context(
expr: &Expr,
bool_return_macros: &HashSet<InternedStr>,
bool_return_externals: &HashSet<InternedStr>,
) -> boolExpand description
コンテキスト付き bool 式判定: 呼び出し先マクロ/外部関数の戻り値型も考慮
pub fn is_boolean_expr_with_context(
expr: &Expr,
bool_return_macros: &HashSet<InternedStr>,
bool_return_externals: &HashSet<InternedStr>,
) -> boolコンテキスト付き bool 式判定: 呼び出し先マクロ/外部関数の戻り値型も考慮