Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ get_request
Method
get_request
feapder/core/collector.py:103–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
101
self._todo_requests.put(request_dict)
102
103
def
get_request(self):
104
try
:
105
request = self._todo_requests.get(timeout=1)
106
return
request
107
except
Empty
as
e:
108
return
None
109
110
def
get_requests_count(self):
111
return
(
Callers
1
run
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected