functionCount property
int
get
functionCount
Returns the number of analyzed functions.
Implementation
int get functionCount => _functionMetrics.length;
Returns the number of analyzed functions.
int get functionCount => _functionMetrics.length;