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

Method set_current_location

pogom/app.py:45–46  ·  view source on GitHub ↗
(self, location)

Source from the content-addressed store, hash-verified

43 self.location_queue = queue
44
45 def set_current_location(self, location):
46 self.current_location = location
47
48 def get_search_control(self):
49 return jsonify({'status': not self.search_control.is_set()})

Callers 2

mainFunction · 0.95
next_locMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected