Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RocketMap/RocketMap
/ get_search_control
Method
get_search_control
pogom/app.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
self.current_location = location
47
48
def
get_search_control(self):
49
return
jsonify({
'status'
: not self.search_control.is_set()})
50
51
def
post_search_control(self):
52
args = get_args()
Callers
1
post_search_control
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected