Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RocketMap/RocketMap
/ loc
Method
loc
pogom/app.py:137–142 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
jsonify(d)
136
137
def
loc(self):
138
d = {}
139
d[
'lat'
] = self.current_location[0]
140
d[
'lng'
] = self.current_location[1]
141
142
return
jsonify(d)
143
144
def
next_loc(self):
145
args = get_args()
Callers
1
next_loc
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected