wp-includes/blocks/navigation.php:1459Returns true if the navigation block contains a nested navigation block.
$inner_blocksWP_Block_Listboolfunction block_core_navigation_block_contains_core_navigation( $inner_blocks ) { _deprecated_function( __FUNCTION__, '7.0.0', 'block_core_navigation_block_tree_has_block_type()' ); return block_core_navigation_block_tree_has_block_type( $inner_blocks, 'core/navigation' );}Introduced in 6.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/blocks/navigation.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.