Update slither/utils/code_complexity.py

Co-Authored-By: montyly <josselin.feist@gmail.com>
pull/28/head
Disconnect3d 6 years ago committed by GitHub
parent 40c9999b10
commit 0ca1865f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/utils/code_complexity.py

@ -2,7 +2,7 @@
def compute_number_edges(function):
"""
Compute the number of edges of the CFG
Compute the number of edges of the CFG
Args:
function (core.declarations.function.Function)
Returns:

Loading…
Cancel
Save