Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Drakkar-Software/OctoBot
/ delete
Method
delete
packages/sync/tests/conftest.py:44–45 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
42
return
keys
43
44
async
def
delete(self, key: str) -> None:
45
self._store.pop(key, None)
46
47
async
def
delete_many(self, keys: list[str]) -> None:
48
for
k in keys:
Callers
15
drop_optimizer_run_from_queue
Method · 0.45
update_run_queue
Method · 0.45
_save_run_schedule
Method · 0.45
clear_run_metadata
Function · 0.45
delete_bot
Method · 0.45
reset_trades
Method · 0.45
store_candles
Method · 0.45
clear_history
Method · 0.45
clear_database_history
Method · 0.45
clear_database_history
Method · 0.45
_clear_table
Function · 0.45
test_delete_raises
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected