Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ execute
Method
execute
tests/test_desktop_gui.py:234–235 ·
view source on GitHub ↗
(self, *_args, **_kwargs)
Source
from the content-addressed store, hash-verified
232
233
class
FakeConnection:
234
def
execute(self, *_args, **_kwargs):
235
return
FakeRows()
236
237
def
close(self):
238
return
None
Callers
15
main
Function · 0.45
_load_profiles
Function · 0.45
get_all_papers
Function · 0.45
get_papers_by_date
Function · 0.45
get_papers_up_to_date
Function · 0.45
get_all_users
Function · 0.45
_count_papers_for_day
Function · 0.45
_count_total_papers
Function · 0.45
backup_profiles
Function · 0.45
clear_profiles_only
Function · 0.45
load_profiles
Function · 0.45
get_table_counts
Function · 0.45
Calls
1
FakeRows
Class · 0.85
Tested by
no test coverage detected