function used to detect vulnerabilities TBD
Last updated 1 year ago
Was this helpful?
name
fn name(&self) -> String
Definition:
Returns the name of the detector as specified in IssueDetectorNamePool, which categorizes the type of issue.
IssueDetectorNamePool
Returns:
String: A string representation of the issue detector's name, helpful for identifying and categorizing different types of detectors.
String
fn name(&self) -> String { format!("{}", IssueDetectorNamePool::ArbitraryTransferFrom) }
Definition