MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / set_search_control

Method set_search_control

pogom/app.py:39–40  ·  view source on GitHub ↗
(self, control)

Source from the content-addressed store, hash-verified

37 self.route("/status", methods=['POST'])(self.post_status)
38
39 def set_search_control(self, control):
40 self.search_control = control
41
42 def set_location_queue(self, queue):
43 self.location_queue = queue

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected