Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ task
Function
task
tests/test_local.py:125–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
ls.push(1)
124
125
async
def
task():
126
ls.push(1)
127
assert len(ls._storage.get()) == 2
128
129
async
def
main():
130
futures = [asyncio.ensure_future(task())
for
_ in range(3)]
Callers
1
main
Function · 0.85
Calls
2
push
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected