Skip to main content

node_to_insert_after

Function node_to_insert_after 

Source
fn node_to_insert_after(
    body: &FunctionBody,
    anchor: Anchor,
) -> Option<SyntaxNode>
Expand description

find where to put extracted function definition

Function should be put right after returned node