MCPcopy 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

update_run_queueMethod · 0.45
_save_run_scheduleMethod · 0.45
clear_run_metadataFunction · 0.45
delete_botMethod · 0.45
reset_tradesMethod · 0.45
store_candlesMethod · 0.45
clear_historyMethod · 0.45
_clear_tableFunction · 0.45
test_delete_raisesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected