MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / blob_exist

Method blob_exist

api/blob/azure_client.py:143–145  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

141 return metadata
142
143 async def blob_exist(self, filepath):
144 blob_client = self.get_blob_client(filepath)
145 return await blob_client.exists()
146
147 async def get_file_length(self, filepath):
148 blob_client = self.get_blob_client(filepath)

Callers 4

syncFunction · 0.95
get_iqfileFunction · 0.80
get_minimap_iqFunction · 0.80
get_meta_thumbnailFunction · 0.80

Calls 1

get_blob_clientMethod · 0.95

Tested by

no test coverage detected