MCPcopy Create free account
hub / github.com/apache/httpd / store_archived_file

Method store_archived_file

test/modules/md/md_env.py:285–286  ·  view source on GitHub ↗
(self, domain, version, filename)

Source from the content-addressed store, hash-verified

283 return os.path.join(self.store_domains(), domain, filename)
284
285 def store_archived_file(self, domain, version, filename):
286 return os.path.join(self.store_archives(), "%s.%d" % (domain, version), filename)
287
288 def store_staged_file(self, domain, filename):
289 return os.path.join(self.store_stagings(), domain, filename)

Callers 3

test_md_502_100Method · 0.80
test_md_502_107Method · 0.80

Calls 2

store_archivesMethod · 0.95
joinMethod · 0.80

Tested by 2

test_md_502_100Method · 0.64
test_md_502_107Method · 0.64