pub fn detect_dead_code(
options: &DeadCodeOptions,
) -> Result<Value, ProgrammaticError>Expand description
Run the dead-code analysis and return the CLI JSON contract as a value.
pub fn detect_dead_code(
options: &DeadCodeOptions,
) -> Result<Value, ProgrammaticError>Run the dead-code analysis and return the CLI JSON contract as a value.