MCPcopy Create free account

hub / github.com/Lifeforge-app/lifeforge / functions

Functions1,110 in github.com/Lifeforge-app/lifeforge

↓ 3 callersFunctionbase64ToUint8Array
* Helper: Convert base64 string to Uint8Array.
packages/api/src/utils/encryption.ts:290
↓ 3 callersFunctioncreateRRuleParams
( freq: K, end: RRuleParams['end'], data: FreqSpecificParams[K] = DEFAULT_FREQ_SPECIFIC_PARAMS[freq] )
packages/ui/src/components/inputs/RRuleInput/index.tsx:88
↓ 3 callersFunctiondecrypt
(encrypted: Buffer, key: string)
apps/api/src/core/functions/auth/encryption.ts:29
↓ 3 callersFunctionencrypt
(buffer: Buffer, key: string)
apps/api/src/core/functions/auth/encryption.ts:13
↓ 3 callersFunctionensureKeysExist
()
apps/api/src/core/functions/encryption/functions/ensureKeyExists.ts:16
↓ 3 callersFunctionexportAESKey
* Exports an AES key to raw bytes.
packages/api/src/utils/encryption.ts:168
↓ 3 callersFunctionfetchAPI
( apiHost: string, endpoint: string, { method = 'GET', body, headers: customHeaders, tim
packages/api/src/utils/fetchAPI.ts:84
↓ 3 callersFunctionfixJSONSchemaRecord
(schema: any)
packages/server-utils/src/utils/writeContractFile.ts:27
↓ 3 callersFunctiongenerateMigrationsHandler
( targetModule?: string )
tools/src/commands/db/handlers/generateMigrationsHandler.ts:13
↓ 3 callersFunctiongenerateModuleId
(packageName: string)
apps/api/src/core/functions/modules/loadModuleRoutes.ts:14
↓ 3 callersFunctiongetEnvVar
(varName: string, fallback?: string)
tools/src/utils/helpers.ts:53
↓ 3 callersFunctiongetInnerHeight
(el: HTMLElement)
packages/ui/src/components/utilities/Scrollbars/utils/getInnerHeight.ts:1
↓ 3 callersFunctiongetInnerWidth
(el: HTMLElement)
packages/ui/src/components/utilities/Scrollbars/utils/getInnerWidth.ts:1
↓ 3 callersFunctiongetLocaleKeys
(innerTitle: string, namespace?: string)
packages/ui/src/components/overlays/modals/ModalHeader/index.tsx:10
↓ 3 callersFunctiongetModuleName
(schemaPath: string)
tools/src/commands/db/utils/file-utils.ts:36
↓ 3 callersFunctiongetPackageJsonPath
(target: PackageJsonTarget)
tools/src/utils/packageJson.ts:44
↓ 3 callersFunctiongetPackageMetadata
( packageName: string )
tools/src/utils/registry.ts:119
↓ 3 callersFunctiongetScrollbarWidth
()
packages/ui/src/components/utilities/Scrollbars/utils/getScrollbarWidth.ts:5
↓ 3 callersMethodgetValue
()
packages/server-utils/src/typescript/core/forge_contract.types.ts:29
↓ 3 callersFunctionhasBlankLineBetween
(startLine: number, endLine: number)
eslint/padding-react-hooks.ts:71
↓ 3 callersFunctionhasFile
(data: Record<string, any> | undefined)
packages/api/src/core/utils.ts:42
↓ 3 callersMethodhideTracks
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:598
↓ 3 callersFunctionisContainerRunning
(containerName: string)
tools/src/utils/docker.ts:23
↓ 3 callersFunctionmergeStyle
(...styles: ResolvedStyle[])
packages/ui/src/system/props-resolver.ts:47
↓ 3 callersFunctionparseCollectionName
( str: string, from: 'code' | 'pb', fallbackModuleName?: string )
packages/server-utils/src/utils/parseCollectionName.ts:22
↓ 3 callersFunctionrecursivelyBuildFilter
( filter: FilterType<TSchemas, TCollectionKey, TExpandConfig>, paramCounter: { count: number } = { count:
apps/api/src/core/functions/database/PBService/utils/recursivelyConstructFilter.ts:17
↓ 3 callersFunctionremoveDependency
( packageName: string, target: PackageJsonTarget = 'modules' )
tools/src/utils/packageJson.ts:127
↓ 3 callersFunctionremoveTag
(index: number)
packages/ui/src/components/inputs/TagsInput/index.tsx:92
↓ 3 callersMethodrender
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:703
↓ 3 callersMethodscrollToTop
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:304
↓ 3 callersMethodsetLevel
(level: LogLevel)
packages/log/src/loggers/logger.ts:77
↓ 3 callersFunctionsmartReloadServer
()
tools/src/utils/docker.ts:71
↓ 3 callersFunctionuseGoogleFont
()
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/contexts/GoogleFontContext.tsx:126
↓ 3 callersFunctionwriteContractFileToClient
( routes: any, serverRootDir: string, clientDir: string = '../client' )
packages/server-utils/src/utils/writeContractFile.ts:146
↓ 2 callersFunctionaddFoundaTionBg
* Sets a solid black (dark) or white (light) foundation background on the given elements. * Uses `!important` so it acts as a canvas beneath semi-tra
packages/ui/src/storybook/useSBTheme.tsx:39
↓ 2 callersFunctionaddToRoute
* Adds the module configuration to the routes
packages/federation/src/loaders/loadModules.ts:15
↓ 2 callersFunctionapplyBgTextStyles
* Applies theme-appropriate background-color and color inline styles to an element. * Background is set with `!important` to override any conflicting
packages/ui/src/storybook/useSBTheme.tsx:26
↓ 2 callersFunctionbuildRoute
( method: TMethod, metadata: { description: string input?: { query?: TQuery
packages/server-utils/src/routes/forgeContract.ts:71
↓ 2 callersFunctionbumpPackageVersion
(packagePath: string)
tools/src/utils/bumpPackageVersion.ts:13
↓ 2 callersFunctionchangeBgTemp
(color: string)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:84
↓ 2 callersFunctionchangeThemeColor
(color: string)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:80
↓ 2 callersFunctioncheck
( pb: PBService<any>, collection: string, val: any )
apps/api/src/core/functions/routes/utils/checkRecordExistence.ts:7
↓ 2 callersFunctioncheckPackageExists
( packageName: string )
tools/src/utils/registry.ts:36
↓ 2 callersFunctioncheckRunningPBInstances
(exitOnError = true)
tools/src/utils/pocketbase.ts:42
↓ 2 callersFunctioncheckStatements
(statements: TSESTree.Statement[])
eslint/padding-react-hooks.ts:83
↓ 2 callersFunctioncleanModuleSource
(targetDir: string)
tools/src/commands/modules/functions/cleanModuleSource.ts:8
↓ 2 callersFunctioncleanSchemas
( schemas: T )
packages/server-utils/src/utils/schemaUtils.ts:36
↓ 2 callersFunctioncleanupOldMigrations
()
tools/src/commands/db/functions/migration-generation/cleanupOldMigrations.ts:9
↓ 2 callersFunctionclearBgTextStyles
Removes any previously applied background-color and color inline styles from an element.
packages/ui/src/storybook/useSBTheme.tsx:17
↓ 2 callersFunctioncompareModule
* Compares a single module against its registry version. * * @returns true if has changes, false if in sync, null if comparison failed
tools/src/commands/modules/handlers/compareModuleHandler.ts:193
↓ 2 callersFunctioncreateForgeContractBuilder
( _schemas: TSchemas, callerModule?: string )
packages/server-utils/src/routes/forgeContract.ts:67
↓ 2 callersFunctiondecryptAESKey
(encryptedKey: string)
apps/api/src/core/functions/encryption/functions/decryptAESKey.ts:25
↓ 2 callersFunctiondownloadPocketBaseBinary
()
tools/src/commands/db/functions/database-initialization/download-pocketbase.ts:17
↓ 2 callersFunctionencrypt
(text: string, key: string)
packages/api/src/utils/encryption.ts:15
↓ 2 callersFunctionencryptAESKeyWithRSA
* Encrypts the AES key using the server's RSA public key.
packages/api/src/utils/encryption.ts:175
↓ 2 callersFunctionfetchAI
({ model, messages, structure }: FetchAIParams<T>)
tools/src/utils/ai.ts:60
↓ 2 callersFunctionfindPackageName
( name: string, target: PackageJsonTarget = 'modules' )
tools/src/utils/packageJson.ts:146
↓ 2 callersFunctionflattenKeys
(obj: Record<string, unknown>, prefix = '')
scripts/check-locales.ts:7
↓ 2 callersFunctiongenerateAESKey
* Generates a random AES-256 key.
packages/api/src/utils/encryption.ts:154
↓ 2 callersFunctiongetAllFiles
* Recursively gets all file paths in a directory. * Excludes node_modules and .git directories.
tools/src/commands/modules/handlers/compareModuleHandler.ts:26
↓ 2 callersMethodgetAllowedLang
()
apps/api/src/core/functions/initialization/localeService.ts:65
↓ 2 callersFunctiongetCallerModuleId
()
packages/server-utils/src/utils/getCallerModuleId.ts:3
↓ 2 callersFunctiongetColorPalette
( color: string, type: 'bg' | 'theme', theme: 'dark' | 'light' )
packages/ui/src/providers/PersonalizationProvider/utils/themeColors.ts:4
↓ 2 callersFunctiongetConfig
()
packages/log/src/utils/config.ts:36
↓ 2 callersFunctiongetFormData
(data: Record<string, any> | undefined)
packages/api/src/core/utils.ts:65
↓ 2 callersFunctiongetI18n
()
packages/localization/src/getI18n.ts:5
↓ 2 callersFunctiongetLogger
()
tools/src/utils/logger.ts:6
↓ 2 callersFunctiongetResponsiveStyles
( propDef: PropDef, value: ResponsiveProp<string | number> | undefined )
packages/ui/src/system/responsive/utils/getResponsiveLayoutStyles.ts:12
↓ 2 callersMethodgetScrollLeftForOffset
(offset: number)
packages/ui/src/components/utilities/Scrollbars/index.tsx:267
↓ 2 callersMethodgetScrollTopForOffset
(offset: number)
packages/ui/src/components/utilities/Scrollbars/index.tsx:277
↓ 2 callersFunctiongetSetPosString
(setpos: number)
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:266
↓ 2 callersMethodgetSystemLocales
()
apps/api/src/core/functions/initialization/localeService.ts:61
↓ 2 callersMethodgetValues
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:215
↓ 2 callersFunctiongetWeekdayOptions
(day: string)
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:28
↓ 2 callersFunctiongetWeekdayString
(weekday: ByWeekday)
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:220
↓ 2 callersMethodhandleDragStart
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:516
↓ 2 callersFunctioninitGitRepository
(targetDir: string)
tools/src/utils/initGitRepository.ts:18
↓ 2 callersFunctionisColorWithOpacity
(value: unknown)
packages/ui/src/system/colors/color-with-opacity.ts:40
↓ 2 callersFunctionisConstDeclaration
(statement: TSESTree.Statement)
eslint/padding-react-hooks.ts:64
↓ 2 callersFunctionisEncryptedResponse
(data: unknown)
packages/api/src/utils/encryption.ts:402
↓ 2 callersFunctionisHookCall
(node: any)
eslint/padding-react-hooks.ts:22
↓ 2 callersFunctionisSingleLineHookStatement
(statement: TSESTree.Statement)
eslint/padding-react-hooks.ts:57
↓ 2 callersFunctionisString
(maybe: unknown)
packages/ui/src/components/utilities/Scrollbars/utils/isString.ts:1
↓ 2 callersFunctionlistLocales
()
tools/src/commands/locales/functions/listLocales.ts:6
↓ 2 callersFunctionlistLocalesWithMeta
()
tools/src/commands/locales/functions/listLocales.ts:18
↓ 2 callersFunctionloadFromFederation
* Loads module config via federation (from remoteEntry.js)
packages/federation/src/loaders/loadModuleConfig.ts:131
↓ 2 callersFunctionparsePackageName
( packageName: string, isLibModule?: boolean )
tools/src/commands/modules/functions/parsePackageName.ts:12
↓ 2 callersFunctionreadJSON
(filePath: string)
scripts/check-locales.ts:23
↓ 2 callersFunctionresolveColor
(value: ColorValue)
packages/ui/src/system/colors/color-resolver.ts:13
↓ 2 callersFunctionresolveColorProp
( propName: ColorPropName, value: ThemeConditionProp<ColorValue> | undefined )
packages/ui/src/system/colors/color-resolver.ts:27
↓ 2 callersFunctionresolveLayoutSprinklesProps
({ position, overflow, overflowX, overflowY }: TokenizedLayoutProps)
packages/ui/src/system/tokens/resolvers/layout-props-resolvers.ts:5
↓ 2 callersFunctionresolveSpacingSprinklesProps
({ p, px, py, pt, pr, pb, pl, m, mx, my, mt, mr, mb, ml }: TokenizedSpacingProps)
packages/ui/src/system/tokens/resolvers/spacing-props-resolvers.ts:5
↓ 2 callersFunctionrevertPackageVersion
( packagePath: string, version: string )
tools/src/utils/bumpPackageVersion.ts:39
↓ 2 callersFunctionscanFederatedModules
( baseDir: string, modules: ModuleManifestEntry[], isInternal: boolean, urlPrefix: string, devModeMo
apps/api/src/lib/modules/utils/scanFederatedModules.ts:55
↓ 2 callersMethodshowTracks
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:592
↓ 2 callersFunctionstartService
(serviceName: string)
tools/src/utils/docker.ts:98
↓ 2 callersFunctionstripAnsiCodes
(str: string)
packages/log/src/loggers/logger.ts:41
↓ 2 callersMethodteardownDragging
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:509
↓ 2 callersFunctionupgradeModule
* Upgrades a single module to its latest registry version. * * Creates a backup before upgrading and restores it if the upgrade fails. * * @return
tools/src/commands/modules/handlers/upgradeModuleHandler.ts:25
↓ 2 callersFunctionuseAPIOnlineStatus
()
packages/api/src/providers/APIOnlineStatusProvider.tsx:97
← previousnext →101–200 of 1,110, ranked by callers