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

Method store_archives

test/modules/md/md_env.py:273–274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 return os.path.join(self._store_dir, 'domains')
272
273 def store_archives(self):
274 return os.path.join(self._store_dir, 'archive')
275
276 def store_stagings(self):
277 return os.path.join(self._store_dir, 'staging')

Callers 1

store_archived_fileMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected