Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ extend_destroy_list
Method
extend_destroy_list
PythonAPI/examples/gamma_crowd.py:314–315 ·
view source on GitHub ↗
(self, items)
Source
from the content-addressed store, hash-verified
312
self._destroy_list.append(item)
313
314
def
extend_destroy_list(self, items):
315
self._destroy_list.extend(items)
316
317
def
acquire_destroy_list(self):
318
self._destroy_list_lock.acquire()
Callers
1
gamma_loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected