MCPcopy
hub / github.com/certbot/certbot / _full_live_path

Function _full_live_path

certbot/src/certbot/_internal/storage.py:353–355  ·  view source on GitHub ↗

Returns the full default live path for a lineagename

(cli_config: configuration.NamespaceConfig, lineagename: str)

Source from the content-addressed store, hash-verified

351
352
353def _full_live_path(cli_config: configuration.NamespaceConfig, lineagename: str) -> str:
354 """Returns the full default live path for a lineagename"""
355 return os.path.join(cli_config.live_dir, lineagename)
356
357
358def delete_files(config: configuration.NamespaceConfig, certname: str) -> None:

Callers 2

delete_filesFunction · 0.85
new_lineageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected