↓ 3 callersFunctionappendToTrails(
trails: Record<string, DroneTrailPoint[]>,
id: string,
lat: number,
lon: number,
ts: string,
)
apps/frontend/src/stores/drone-store.ts:214
↓ 3 callersMethodapplyTrackingEstimate(
mac: string,
lat: number,
lon: number,
siteId?: string | null,
confidence?: number,
apps/backend/src/targets/targets.service.ts:200