Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _export_root
Function
_export_root
deployments/desktop/shared/agents.py:1269–1272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1267
return
False
1268
return
True
1269
1270
1271
def
_normalize_push_date(value: Any = None) -> str:
1272
raw = str(value or
""
).strip()
1273
if
raw:
1274
try
:
1275
return
datetime.strptime(raw,
"%Y-%m-%d"
).date().isoformat()
Callers
1
export_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected