MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / __init__

Method __init__

tests/test_issue_478_s3_file_exists.py:8–10  ·  view source on GitHub ↗
(self, list_response)

Source from the content-addressed store, hash-verified

6
7class FakeS3Client:
8 def __init__(self, list_response):
9 self.list_response = list_response
10 self.head_calls = 0
11
12 async def __aenter__(self):
13 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected