Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _clean_text
Function
_clean_text
agents/wiki-agent/ingest/from_feedback.py:13–14 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
11
12
13
def
_clean_text(value: Any) -> str:
14
return
str(value or
""
).strip()
15
16
17
def
_normalize_list(value: Any) -> List[str]:
Callers
4
_paper_key
Function · 0.70
_first_url
Function · 0.70
_paper_url
Function · 0.70
_ensure_feedback_paper_node
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected