MCPcopy Create free account

hub / github.com/GitSquared/uma / functions

Functions135 in github.com/GitSquared/uma

↓ 18 callersFunctiongetAppWideEventsEmitter
()
lib/services/app-wide-events.ts:39
↓ 18 callersFunctionuseSetting
( key: k, )
lib/utils/useSetting.ts:6
↓ 10 callersMethodemit
( event: EventName, data: AppWideEventsData[EventName], )
lib/services/app-wide-events.ts:25
↓ 4 callersFunctiondeg2rad
(deg: number)
lib/utils/math.ts:3
↓ 3 callersFunctionisServiceActive
()
lib/services/background-location.ts:36
↓ 3 callersFunctionmakeMetersToPixelZoomInterpolation
(targetSizeInMeters: number)
lib/components/map/utils.ts:1
↓ 3 callersFunctionshouldDrawPoint
(point: LocationPoint)
lib/services/tracing-crawler/internal/sanity-checks.ts:6
↓ 3 callersFunctionstandardizeGeometry
( shape: T, )
lib/services/tracing-crawler/internal/geo-json-utils.ts:27
↓ 3 callersFunctionwriteSetting
( key: UserSettingKey, value: UserSettings[typeof key], )
lib/utils/settings.ts:85
↓ 2 callersFunctionexpandOrCreateTrace
( newGeometry: TracedGeometry, previousTrace?: WalkTraceGeometries, )
lib/services/tracing-crawler/internal/trace-geometry.ts:10
↓ 2 callersFunctioninitializeDatabase
()
lib/utils/DatabaseProvider.tsx:13
↓ 2 callersFunctionisPoint
( shape: GeoJSON.Feature, )
lib/services/tracing-crawler/internal/geo-json-utils.ts:9
↓ 2 callersFunctionlistener
(location: MapboxGL.Location)
lib/components/map/items/LocationIndicator.tsx:41
↓ 2 callersFunctionloadSettings
()
lib/utils/settings.ts:27
↓ 2 callersFunctionmergeComputedTraceGeometries
( traceA: WalkTraceGeometries, // most recent traceB: WalkTraceGeometries, // oldest )
lib/services/tracing-crawler/internal/trace-geometry.ts:36
↓ 2 callersFunctionmergeIntersectingFogPolygons
( fog: FogShapeGeometries, // fast mode: only debounce a single specific polygon fastModeShapes?: FogShapeG
lib/services/tracing-crawler/internal/fog-geometry.ts:52
↓ 2 callersFunctionrefreshLatestAppVersion
()
lib/utils/DatabaseProvider.tsx:21
↓ 2 callersFunctionresetComputedData
()
app/settings.tsx:29
↓ 2 callersFunctionshouldDrawLine
( fromPoint: LocationPoint, toPoint: LocationPoint, )
lib/services/tracing-crawler/internal/sanity-checks.ts:16
↓ 2 callersFunctionsnapTraceToRoad
( points: LocationPoint[], )
lib/services/tracing-crawler/internal/map-matching.ts:23
↓ 2 callersFunctionstopLocationService
()
lib/services/background-location.ts:55
↓ 2 callersFunctionuseWebWorkerThread
()
lib/services/web-worker/useWebWorkerThread.ts:5
↓ 2 callersFunctionwithFastOut
(value: number, easing?: EasingFn)
lib/components/generic/SafeBottomSheetView.tsx:39
↓ 2 callersFunctionwithSlowIn
(value: number, easing?: EasingFn)
lib/components/generic/SafeBottomSheetView.tsx:32
↓ 1 callersFunctioncheckHasGrantedRequiredPermissions
()
lib/utils/permissions.ts:3
↓ 1 callersFunctioncompareAndMergeListItems
( list: T[], compare: ( item: T, otherItem: T, actions: typeof possibleActionsObject, ) => CompareFnR
lib/services/tracing-crawler/internal/logic.ts:28
↓ 1 callersFunctioncrawlTrace
( workerThread: ThreadBridgeEventBus, )
lib/services/tracing-crawler/index.ts:30
↓ 1 callersFunctiondistanceBetweenPoints
( a: LocationPoint, b: LocationPoint, )
lib/utils/math.ts:7
↓ 1 callersFunctionensureDatabaseOpened
()
lib/utils/DatabaseProvider.tsx:79
↓ 1 callersFunctionexportLocationPoints
()
lib/utils/import-export.ts:13
↓ 1 callersFunctionfetchBatchedData
( cursorTimestamp: Date, take: number, )
lib/services/tracing-crawler/internal/queries.ts:28
↓ 1 callersFunctiongetNextTracingCrawlerState
()
lib/services/tracing-crawler/internal/queries.ts:70
↓ 1 callersFunctiongetPlaceName
(coords: Position, zoom: number)
lib/components/CurrentMapLocation.tsx:13
↓ 1 callersFunctiongetPreviousPointInHistory
( fromPoint: LocationPoint, )
lib/services/tracing-crawler/internal/queries.ts:144
↓ 1 callersFunctionimportLocationPoints
()
lib/utils/import-export.ts:70
↓ 1 callersFunctionisLineString
( shape: GeoJSON.Feature, )
lib/services/tracing-crawler/internal/geo-json-utils.ts:15
↓ 1 callersFunctionisPolygon
( shape: GeoJSON.Feature, )
lib/services/tracing-crawler/internal/geo-json-utils.ts:21
↓ 1 callersFunctionloop
()
lib/services/tracing-crawler/TracingCrawlerServiceProvider.tsx:56
↓ 1 callersFunctionpassMessageToThread
( threadRef: Exclude<WebViewThreadRef, null>, msg: string, )
lib/services/web-worker/thread-bridge.ts:20
↓ 1 callersFunctionprepareApp
()
app/_layout.tsx:23
↓ 1 callersFunctionregisterServices
()
lib/services/index.ts:9
↓ 1 callersFunctionresetGpsData
()
app/settings.tsx:37
↓ 1 callersFunctionsetupAppWideEvents
()
lib/services/app-wide-events.ts:33
↓ 1 callersFunctionstartLocationService
()
lib/services/background-location.ts:40
↓ 1 callersFunctionuseCenterOnCurrentLocation
( cameraRef: RefObject<ExtendedCameraRef>, )
lib/components/map/camera/useCenterOnCurrentLocation.ts:12
↓ 1 callersFunctionuseCenterOnLastPoint
( cameraRef: RefObject<ExtendedCameraRef>, )
lib/components/map/camera/useCenterOnLastPoint.ts:9
↓ 1 callersFunctionuseFollowUserLocation
( centerLastKnownLocation: () => Promise<unknown>, )
lib/components/map/camera/useFollowUserLocation.ts:7
↓ 1 callersFunctionuseTracingCrawlerService
()
lib/services/tracing-crawler/useTracingCrawlerService.ts:5
FunctionArrowRightIcon
({ color, size }: IconProps)
lib/components/generic/icons/ArrowRight.tsx:5
FunctionBackgroundLocationServiceController
()
lib/services/BackgroundLocationServiceController.tsx:10
FunctionButton
({ label, onPress, fontSize = 16, progress, style, children, }: PropsWithChildren<ButtonProps>)
lib/components/generic/Button.tsx:21
FunctionCenterCurrentLocationButton
({ mapRef, }: CenterCurrentLocationButtonProps)
lib/components/toolbar/CenterCurrentLocationButton.tsx:21
FunctionCurrentMapLocation
({ mapRef, }: CurrentMapLocationProps)
lib/components/CurrentMapLocation.tsx:59
FunctionDatabaseProvider
({ children }: PropsWithChildren)
lib/utils/DatabaseProvider.tsx:74
FunctionDebugInfo
()
lib/components/DebugInfo.tsx:10
FunctionExplorationIcon
({ color, size }: IconProps)
lib/components/generic/icons/Exploration.tsx:5
FunctionFloatingCameraScreen
({ photo, onGoNext, disableFloat, goNextLabel, children, }: PropsWithChildren<FloatingCameraScreenProps>)
lib/components/onboarding/FloatingCameraScreen.tsx:27
FunctionFogLayer
()
lib/components/map/layers/FogLayer.tsx:32
FunctionHomeScreen
()
app/home.tsx:24
FunctionIndexScreen
()
app/index.tsx:9
FunctionLocationIcon
({ color, size, pressed, }: LocationIconProps)
lib/components/generic/icons/Location.tsx:17
FunctionLocationIndicator
()
lib/components/map/items/LocationIndicator.tsx:29
FunctionOnboarding1IntroScreen
()
app/onboarding/1-intro.tsx:8
FunctionOnboarding2BigDealScreen
()
app/onboarding/2-bigdeal.tsx:6
FunctionOnboarding3PermissionLocationScreen
()
app/onboarding/3-permission-location.tsx:8
FunctionOnboarding4PermissionBackgroundScreen
()
app/onboarding/4-permission-background.tsx:8
FunctionOnboarding5AllSetScreen
()
app/onboarding/5-all-set.tsx:8
FunctionOnboarding99UselessRockScreen
()
app/onboarding/99-useless-rock.tsx:8
FunctionOnboardingInstructionText
({ huge = false, style, children, }: PropsWithChildren<OnboardingInstructionTextProps>)
lib/components/onboarding/OnboardingInstructionText.tsx:11
FunctionOnboardingLayout
()
app/onboarding/_layout.tsx:3
FunctionPointsLayer
()
lib/components/map/layers/debug/PointsLayer.tsx:46
FunctionPressableSpring
({ onPress, style, children, ...props }: PressableSpringProps)
lib/components/generic/PressableSpring.tsx:32
FunctionReenableBackgroundTrackingButton
()
lib/components/toolbar/ReenableBackgroundTrackingButton.tsx:19
FunctionRootLayout
()
app/_layout.tsx:19
FunctionSafeBottomSheetView
({ children, }: { children: ReactNode })
lib/components/generic/SafeBottomSheetView.tsx:46
FunctionSettings
()
app/settings.tsx:43
FunctionSettingsIcon
({ color, size }: IconProps)
lib/components/generic/icons/Settings.tsx:5
FunctionSettingsProvider
({ children, }: { children: ReactNode })
lib/utils/SettingsProvider.tsx:24
FunctionSpacer
({ size, horizontal }: SpacerProps)
lib/components/generic/Spacer.tsx:9
FunctionSwitch
(props: SwitchProps)
lib/components/generic/Switch.tsx:7
FunctionTabButton
({ label, variant, icon: Icon, active, onPress, }: TabButtonProps)
lib/components/tabbar/TabButton.tsx:57
FunctionText
({ size = 14, variant = 'sans-serif', weight, style, children, }: TextProps)
lib/components/generic/Text.tsx:31
FunctionToolbar
({ children }: { children: ReactNode })
lib/components/toolbar/Toolbar.tsx:4
FunctionToolbar
({ children }: { children: ReactNode })
lib/components/tabbar/Tabbar.tsx:6
FunctionTracesLayer
()
lib/components/map/layers/TracesLayer.tsx:48
FunctionTracingCrawlerLoadingIndicator
()
lib/components/toolbar/TracingCrawlerLoadingIndicator.tsx:9
FunctionTracingCrawlerServiceProvider
({ children, }: { children: ReactNode })
lib/services/tracing-crawler/TracingCrawlerServiceProvider.tsx:13
FunctionWebWorkerThreadProvider
({ children, }: { children: ReactNode })
lib/services/web-worker/WebWorkerThreadProvider.tsx:11
Function_triggerEvent
( event: WithOptionalSuffix<EventName>, data: PossibleEventsData[EventName], )
lib/utils/event-emitter.ts:74
MethodafterInsert
()
lib/entities/subscribers/LocationPoint.ts:17
MethodafterInsert
()
lib/entities/subscribers/ComputedWalkTrace.ts:17
MethodafterInsert
()
lib/entities/subscribers/ComputedFogShape.ts:17
MethodafterSoftRemove
()
lib/entities/subscribers/ComputedWalkTrace.ts:31
MethodafterSoftRemove
()
lib/entities/subscribers/ComputedFogShape.ts:25
MethodafterUpdate
()
lib/entities/subscribers/ComputedWalkTrace.ts:24
MethodafterUpdate
()
lib/entities/subscribers/ComputedFogShape.ts:21
FunctionbackgroundLocationService
({ data: { locations }, error, }: TaskManager.TaskManagerTaskBody<{ locations: Location.LocationObject[] }>
lib/services/background-location.ts:7
MethodcheckFormat
(parsedObject: unknown)
web-worker/thread-bridge.ts:62
MethodcheckFormat
(parsedObject: unknown)
lib/services/web-worker/thread-bridge.ts:83
Methodconstructor
(functionsMap: ThreadedFunctionsMap)
web-worker/thread-bridge.ts:27
next →1–100 of 135, ranked by callers