MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _env_text

Function _env_text

deployments/desktop/shared/agents.py:844–846  ·  view source on GitHub ↗
(name: str, default: str = "")

Source from the content-addressed store, hash-verified

842
843
844def _env_text(name: str, default: str = "") -> str:
845 file_values = _read_env_file()
846 return str(file_values.get(name, os.environ.get(name, default)) or default).strip()
847
848
849def _configured_reading_notes_git_branch() -> str:

Callers 11

_reading_report_dirsFunction · 0.85
_env_listFunction · 0.85
settingsFunction · 0.85
_configured_daily_limitFunction · 0.85
_configured_report_styleFunction · 0.85
_configured_wiki_rootFunction · 0.85

Calls 2

_read_env_fileFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected