Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _serialize_env_value
Function
_serialize_env_value
deployments/desktop/shared/agents.py:834–841 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
832
return
reports
833
834
835
def
_safe_env() -> Dict[str, str]:
836
prefixes = (
837
"PAPERFLOW_"
,
838
"OPENAI_"
,
839
"ANTHROPIC_"
,
840
"OLLAMA_"
,
841
"DASHSCOPE_"
,
842
"FEISHU_"
,
843
"NGROK_"
,
844
"SEMANTIC_SCHOLAR_"
,
Callers
1
_merge_env_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected