MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / normalizeRotation

Function normalizeRotation

frontend/src/maps.tsx:136–138  ·  view source on GitHub ↗
(value = 0)

Source from the content-addressed store, hash-verified

134}
135
136function normalizeRotation(value = 0) {
137 return ((value % 360) + 360) % 360;
138}
139
140function removeOverlays(map: any, overlays: any[]) {
141 for (const overlay of overlays) {

Callers 1

AmapViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected