pub fn fn_is_test(node: &AIRNode) -> boolExpand description
Returns true if node is a function declaration carrying the @test
annotation. Matches the discovery rule used by bock test
(bock-cli::test::discover_test_functions): an @test-annotated FnDecl.