Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ increment
Function
increment
tests/benchmark.py:35–36 ·
view source on GitHub ↗
(counter)
Source
from the content-addressed store, hash-verified
33
total_ops = 0
34
35
def
increment(counter):
36
return
counter + 1
37
38
for
_ in range(num_tests):
39
counter = 0
Callers
1
test_sequential_fcall
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_sequential_fcall
Function · 0.68