MCPcopy Create free account
hub / github.com/Drakkar-Software/OctoBot / put

Method put

packages/sync/tests/conftest.py:29–32  ·  view source on GitHub ↗
(
        self, key: str, body: str, *, content_type: str | None = None, cache_control: str | None = None
    )

Source from the content-addressed store, hash-verified

27 return self._store.get(key)
28
29 async def put(
30 self, key: str, body: str, *, content_type: str | None = None, cache_control: str | None = None
31 ) -> None:
32 self._store[key] = body
33
34 async def list_keys(
35 self, prefix: str, *, start_after: str | None = None, limit: int | None = None

Callers 15

_create_run_queuesMethod · 0.45
run_single_iterationMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected