MCPcopy Create free account
hub / github.com/argotorg/solidity / stat

Function stat

scripts/gas_diff_stats.py:133–134  ·  view source on GitHub ↗
(old, new)

Source from the content-addressed store, hash-verified

131 return f'{prefix}{round(percentage)}%'
132
133 def stat(old, new):
134 return format_percent(percent(old, new))
135
136 table = []
137

Callers 1

semantictest_statisticsFunction · 0.85

Calls 2

format_percentFunction · 0.85
percentFunction · 0.85

Tested by

no test coverage detected