MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / head_object

Method head_object

tests/test_issue_478_s3_file_exists.py:18–20  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

16 return False
17
18 async def head_object(self, **kwargs):
19 self.head_calls += 1
20 raise RuntimeError("head not supported")
21
22 async def list_objects_v2(self, **kwargs):
23 return self.list_response

Callers 2

get_file_responseMethod · 0.80
file_existsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected