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

Method get_migration_path

shared/instance_tools.py:71–73  ·  view source on GitHub ↗
(self, project, image)

Source from the content-addressed store, hash-verified

69
70
71 def get_migration_path(self, project, image):
72
73 return f"{settings.PROJECT_IMAGES_BASE_DIR + str(project.id)}/{str(image.id)}"
74
75
76

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected