Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astashov/liftosaur
/ functions
Functions
5,090 in github.com/astashov/liftosaur
⨍
Functions
5,090
◇
Types & classes
1,506
↓ 9 callers
Function
makeSubscriptions
()
test/subscriptionsV2.test.ts:6
↓ 9 callers
Function
mp_print_str_dec
ios/Packages/QuickJSCore/Sources/QuickJSC/libbf.c:5794
↓ 9 callers
Function
ntt_free
ios/Packages/QuickJSCore/Sources/QuickJSC/libbf.c:7542
↓ 9 callers
Method
print
(...args: unknown[])
src/models/progress.ts:183
↓ 9 callers
Function
re_emit_op_u32
return the offset of the u32 value */
ios/Packages/QuickJSCore/Sources/QuickJSC/libregexp.c:344
↓ 9 callers
Function
setIosPlatform
()
test/iap.test.ts:42
↓ 9 callers
Method
setValue
(value: string)
src/components/editProgramExercise/progressions/scriptEditor.ts:138
↓ 9 callers
Function
setupAdmin
(targetStorage: IStorage)
test/adminDebug.test.ts:39
↓ 9 callers
Function
unicode_get16
ios/Packages/QuickJSCore/Sources/QuickJSC/libunicode.c:614
↓ 9 callers
Function
useAnimatedStyle
()
src/utils/rnStubs/reanimated.js:11
↓ 8 callers
Function
CollectionUtils_uniqByExpr
(from: T[], fn: (item: T) => V)
src/utils/collection.ts:341
↓ 8 callers
Function
DateUtils_firstDayOfWeekTimestamp
(date: Date | number, startWeekFromMonday?: boolean)
src/utils/date.ts:139
↓ 8 callers
Function
Equipment_getEquipmentDataForExerciseType
( settings: ISettings, exerciseType?: IExerciseType )
src/models/equipment.ts:97
↓ 8 callers
Function
HealthAndroidFilter_isSelfOrigin
(record: unknown)
src/utils/healthAndroidFilter.ts:3
↓ 8 callers
Function
IapHelpers_getSkus
()
src/utils/iapHelpers.ts:10
↓ 8 callers
Function
ImportSession_apply
( storage: IStorage, historyRecords: IHistoryRecord[], customExercises: Record<string, ICustomExercise>,
src/models/importSession.ts:15
↓ 8 callers
Function
ImportSession_undo
(storage: IStorage, sessionId: string)
src/models/importSession.ts:55
↓ 8 callers
Function
Length_convertTo
(length: ILength, unit: ILengthUnit)
src/models/length.ts:76
↓ 8 callers
Function
LiveActivityManager_updateProgressLiveActivity
( program: IProgram | undefined, progress: IHistoryRecord, settings: ISettings, subscription: ISubscri
src/utils/liveActivityManager.ts:142
↓ 8 callers
Function
MathUtils_toWord
(num?: number)
src/utils/math.ts:58
↓ 8 callers
Function
ObjectUtils_pick
(obj: T, theKeys: K[])
src/utils/object.ts:199
↓ 8 callers
Function
PlaywrightUtils_disableSubscriptions
(page: Page)
tests/playwrightUtils.ts:127
↓ 8 callers
Function
PlaywrightUtils_type
(value: string, locator: () => Locator)
tests/playwrightUtils.ts:119
↓ 8 callers
Function
Program_getFirstProgramExercise
( program?: IEvaluatedProgram, key?: string )
src/models/program.ts:1145
↓ 8 callers
Function
Reps_isFinished
(sets: ISet[])
src/models/set.ts:226
↓ 8 callers
Function
Storage_updateVersions
( oldStorage: IPartialStorage, newStorage: IPartialStorage, deviceId?: string )
src/models/storage.ts:249
↓ 8 callers
Function
StringUtils_fuzzySearch
(needle: string, haystack: string)
src/utils/string.ts:73
↓ 8 callers
Function
Weight_eqNull
( weight: IWeight | number | IPercentage | undefined, value: IWeight | number | IPercentage | undefined )
src/models/weight.ts:488
↓ 8 callers
Function
Weight_gt
(weight: IWeight | number | IPercentage, value: IWeight | number | IPercentage)
src/models/weight.ts:472
↓ 8 callers
Function
WorkoutExerciseUtils_getColor
(sets: ISet[], isWarmup: boolean)
src/utils/workoutExerciseUtils.ts:5
↓ 8 callers
Method
addMockData
(newData: Record<string, Record<string, T>>)
test/utils/mockDynamoUtil.ts:48
↓ 8 callers
Function
buildCustomExercise
(id: string)
test/importSession.test.ts:29
↓ 8 callers
Function
change
(setData: IDaySetData[], changeFn: (set: IPlannerProgramExerciseEvaluatedSet) => void)
src/components/editProgramExercise/editProgramExerciseAcrossAllWeeks.tsx:35
↓ 8 callers
Function
convertGooglePriceToNumber
(price: { units?: string; nanos?: number })
lambda/utils/googlePaymentProcessor.ts:5
↓ 8 callers
Method
getById
( userId: string, args?: { skipPrograms?: boolean; skipStats?: boolean; historyLimit
lambda/dao/userDao.ts:980
↓ 8 callers
Function
getEvaluatedProgram
(storage: IStorage)
src/watch/index.ts:279
↓ 8 callers
Function
getFill
(muscle: IScreenMuscle)
src/components/muscles/images/frontMusclesSvg.tsx:21
↓ 8 callers
Method
getGoogleProductVerificationInfoV2
( userId: string, json: IProductPurchaseV2, token: string )
lambda/utils/subscriptions.ts:735
↓ 8 callers
Method
getGoogleSubscriptionV2Resolved
( token: string, depth = 0 )
lambda/utils/subscriptions.ts:531
↓ 8 callers
Function
getOpacity
(muscle: IScreenMuscle)
src/components/muscles/images/frontMusclesSvg.tsx:17
↓ 8 callers
Function
getPlaygroundProgress
(state: IState, weekIndex: number, dayIndex: number)
src/navigation/modals/navModalPlaygroundUtils.ts:7
↓ 8 callers
Method
getPoint
(node: SyntaxNode)
src/pages/planner/plannerExerciseEvaluator.ts:181
↓ 8 callers
Function
getRawHandler
(diBuilder: () => IDI)
lambda/index.ts:3395
↓ 8 callers
Function
lre_canonicalize
JS regexp specific rules for case folding */
ios/Packages/QuickJSCore/Sources/QuickJSC/libunicode.c:227
↓ 8 callers
Method
mergeVersionField
( fullVersion: IVersionValue | undefined, diffVersion: IVersionValue | undefined, path: string = "
src/models/versionTracker/versionTrackerMergeVersions.ts:47
↓ 8 callers
Function
mul_mod_fast
faster version using precomputed modulo inverse. precondition: 0 <= a * b < 2^(64+NTT_MOD_LOG2_MIN) */
ios/Packages/QuickJSCore/Sources/QuickJSC/libbf.c:7417
↓ 8 callers
Function
ntt_mul_mod
input: abs(a*b) < 2 * m^2, output: abs(r) < m */
ios/Packages/QuickJSCore/Sources/QuickJSC/libbf.c:7504
↓ 8 callers
Function
openExternal
(url: string)
src/components/screenSettings.tsx:60
↓ 8 callers
Function
parseHevyNumber
(value: string | number | undefined | null)
src/utils/importFromHevy.ts:356
↓ 8 callers
Function
response
(status: number, r: IPostSyncResponse)
lambda/index.ts:552
↓ 8 callers
Function
saveList
(key: string, list: IStoredEvent[])
src/utils/eventManager.native.ts:53
↓ 8 callers
Method
stop
android/app/src/main/java/com/liftosaur/www/twa/liveactivity/WorkoutForegroundService.kt:23
↓ 8 callers
Method
values
()
src/utils/urlPolyfill.ts:193
↓ 7 callers
Function
CollectionUtils_groupByKeyUniq
(arr: T[], key: K)
src/utils/collection.ts:125
↓ 7 callers
Function
CollectionUtils_remove
(from: T[], item: T)
src/utils/collection.ts:275
↓ 7 callers
Function
DateUtils_formatYYYYMMDDHHMM
(date: Date | string | number, separator: string = "")
src/utils/date.ts:111
↓ 7 callers
Function
EditProgramUiHelpers_validate
( shouldValidate: boolean, oldPlanner: IPlannerProgram, newPlanner: IPlannerProgram, settings: ISettin
src/components/editProgram/editProgramUi/editProgramUiHelpers.ts:241
↓ 7 callers
Function
Exercise_createCustomExercise
( name: string, tMuscles: IMuscle[], sMuscles: IMuscle[], types: IExerciseKind[], smallImageUrl?: st
src/models/exercise.ts:4284
↓ 7 callers
Function
HealthSync_eligibleForAppleHealth
()
src/lib/healthSync.ts:11
↓ 7 callers
Function
HealthSync_eligibleForGoogleHealth
()
src/lib/healthSync.ts:18
↓ 7 callers
Function
History_buildPrevExerciseData
( history: IHistoryRecord[], beforeTime: number )
src/models/history.ts:476
↓ 7 callers
Function
ImagePreloader_uri
(path: string)
src/utils/imagePreloader.tsx:16
↓ 7 callers
Function
MathUtils_roundTo005
(value: number)
src/utils/math.ts:9
↓ 7 callers
Function
NodeEncoder_encode
(str: string)
lambda/utils/nodeEncoder.ts:13
↓ 7 callers
Function
PlannerProgramExercise_currentDescriptionIndex
(exercise: IPlannerProgramExercise)
src/pages/planner/models/plannerProgramExercise.ts:450
↓ 7 callers
Function
PlannerTestUtils_get
(text: string)
test/utils/plannerTestUtils.ts:25
↓ 7 callers
Function
Program_getAllProgramExercises
(evaluatedProgram: IEvaluatedProgram)
src/models/program.ts:798
↓ 7 callers
Function
Program_getDayNumber
( program: IPlannerProgram | IEvaluatedProgram, week: number, dayInWeek: number )
src/models/program.ts:1019
↓ 7 callers
Function
Progress_getProgressById
( state: Pick<IState, "progress" | "storage">, id: number )
src/models/progress.ts:951
↓ 7 callers
Function
SetUtils_areEqual
(a: Set<T>, b: Set<T>)
src/utils/setUtils.ts:1
↓ 7 callers
Function
Stats_name
(key: IStatsKey)
src/models/stats.ts:6
↓ 7 callers
Function
Thunk_fetchInitial
()
src/ducks/thunks.ts:1989
↓ 7 callers
Function
UndoingFlag_set
(value: boolean)
src/utils/undoingFlag.ts:3
↓ 7 callers
Function
Updates_handleManifest
(event: APIGatewayProxyEvent, di: IDI)
lambda/updates/manifestHandler.ts:12
↓ 7 callers
Function
VersionTrackerUtils_compareVersions
( a: IFieldVersion, b: IFieldVersion )
src/models/versionTracker/utils.ts:108
↓ 7 callers
Function
VersionTrackerUtils_ensureVersionsObject
(version: IVersionValue | undefined)
src/models/versionTracker/utils.ts:65
↓ 7 callers
Function
Weight_convertToWeight
(onerm: IWeight, value: IWeight | number | IPercentage, unit: IUnit)
src/models/weight.ts:674
↓ 7 callers
Function
Weight_evaluateWeight
( weight: IWeight | IPercentage, exerciseType: IExerciseType, settings: ISettings )
src/models/weight.ts:28
↓ 7 callers
Function
Weight_formatOneSide
(settings: ISettings, platesArr: IPlate[], exerciseType: IExerciseType)
src/models/weight.ts:276
↓ 7 callers
Function
Weight_strictParse
(str: string)
src/models/weight.ts:110
↓ 7 callers
Method
addIfNotExists
(payment: IPaymentDao)
lambda/dao/paymentDao.ts:61
↓ 7 callers
Function
buildCsv
(...rows: string[])
test/importFromHevy.test.ts:42
↓ 7 callers
Function
buildDi
(log: ILogUtil, fetch: Window["fetch"])
lambda/utils/di.ts:20
↓ 7 callers
Function
buildMockDi
(log: ILogUtil, fetch: Window["fetch"])
test/utils/mockDi.ts:21
↓ 7 callers
Function
buildSession
(overrides: Partial<IImportSession> = {})
test/undoImport.test.ts:49
↓ 7 callers
Function
buildSettings
(plates: IPlate[], bar: number = 45)
test/weight.test.ts:14
↓ 7 callers
Function
buildStorage
(overrides: Partial<IStorage> = {})
test/importSession.test.ts:39
↓ 7 callers
Function
changeSet
(cb: (s: IPlannerProgramExerciseEvaluatedSet) => void)
src/components/editProgramExercise/bottomSheetEditProgramExerciseSet.tsx:41
↓ 7 callers
Function
close
()
src/components/swipeableRow.tsx:133
↓ 7 callers
Function
corruptedStorage
()
test/storageCorruption.test.ts:17
↓ 7 callers
Function
cr_op
union or intersection */
ios/Packages/QuickJSCore/Sources/QuickJSC/libunicode.c:458
↓ 7 callers
Function
dbuf_realloc
return < 0 if error */
ios/Packages/QuickJSCore/Sources/QuickJSC/cutils.c:104
↓ 7 callers
Function
fireEvent
(userId?: string)
lambda/mcp/handler.ts:165
↓ 7 callers
Method
forEach
(callbackfn: (value: string, key: string, parent: Headers) => void, thisArg?: any)
test/utils/mockFetch.ts:127
↓ 7 callers
Function
formatCurrency
(amount: number)
src/pages/affiliateDashboard/affiliateDashboardContent.tsx:41
↓ 7 callers
Function
getChildren
(node: SyntaxNode)
src/pages/planner/plannerExerciseEvaluator.ts:100
↓ 7 callers
Function
getFill
(muscle: IScreenMuscle)
src/components/muscles/images/backMusclesSvg.tsx:23
↓ 7 callers
Function
getGym
(settings: ISettings, gymId: string)
lambda/utils/apiv1Common.ts:57
↓ 7 callers
Function
getHeaders
(event: APIGatewayProxyEventV2)
lambda/streamingHandler.ts:33
↓ 7 callers
Function
getIsLoggedIn
(event: APIGatewayProxyEvent)
lambda/index.ts:281
← previous
next →
401–500 of 5,090, ranked by callers