Skip to main content

function_exists

Function function_exists 

Source
pub fn function_exists(conn: &Connection, function_id: i64) -> bool
Expand description

Check if a function is already indexed in the database

§Arguments

  • conn - Database connection
  • function_id - ID of the function to check

§Returns

  • true - Function has CFG blocks stored
  • false - Function not indexed