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

Function emit

deployments/feishu/daily-push-agent/main.py:1186–1192  ·  view source on GitHub ↗
(event: Dict[str, Any])

Source from the content-addressed store, hash-verified

1184 journals = load_default_journals()
1185
1186 def emit(event: Dict[str, Any]) -> None:
1187 if not callable(progress_callback):
1188 return
1189 try:
1190 progress_callback(event)
1191 except Exception as exc:
1192 print(f" Progress callback error: {exc}")
1193
1194 def emit_fetched(source: str, papers: List[Dict]) -> None:
1195 for paper in papers:

Callers 7

emit_fetchedFunction · 0.85
fetch_arxiv_papersFunction · 0.85
fetch_openreview_papersFunction · 0.85
fetch_journal_papersFunction · 0.85
fetch_and_process_papersFunction · 0.85
sort_and_categorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected