MCPcopy Index your code
hub / github.com/diffgram/diffgram / get_child_point_cloud_file

Method get_child_point_cloud_file

shared/database/source_control/file.py:369–375  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

367 return None
368
369 def get_child_point_cloud_file(self, session):
370
371 file = session.query(File).filter(
372 File.type == 'point_cloud_3d',
373 File.parent_id == self.id
374 ).first()
375 return file
376
377 def get_geo_assets(self, session) -> list:
378 assets = session.query(GeoAsset).filter(

Callers 3

serialize_with_typeMethod · 0.95
get_file_signed_url_coreFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected