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

Method execute

tests/test_desktop_gui.py:1622–1623  ·  view source on GitHub ↗
(self, *_args, **_kwargs)

Source from the content-addressed store, hash-verified

1620 monkeypatch.setattr(agents.daily_agent, "journal_fetch_recent", lambda **_kwargs: [])
1621 monkeypatch.setattr(agents.daily_agent, "prepare_paper_features", lambda papers: papers)
1622
1623 class EmptyRows:
1624 def fetchall(self):
1625 return []
1626

Callers

nothing calls this directly

Calls 1

EmptyRowsClass · 0.85

Tested by

no test coverage detected