MCPcopy Create free account

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

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

↓ 1 callersFunctionescapeCssClassName
(name: string)
packages/ui/src/system/responsive/utils/escapeCssClassName.ts:1
↓ 1 callersFunctionexecuteProjectCommand
( commandType: CommandType, projects: ProjectType[] | undefined )
tools/src/commands/project/functions/executeProjectCommand.ts:9
↓ 1 callersMethodfatal
(message?: string, meta?: object)
packages/log/src/loggers/logger.ts:82
↓ 1 callersMethodfetch
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structu
apps/api/src/core/functions/external/ai/providers/index.ts:7
↓ 1 callersFunctionfetchAI
({ pb, provider, model, messages, structure }: { pb: IPBService<any> provider: 'groq' | 'openai'
apps/api/src/core/functions/external/ai/index.ts:28
↓ 1 callersFunctionfetchAvatar
()
docs/src/components/GithubUser.tsx:9
↓ 1 callersFunctionfetchCategoryOrder
( forgeAPI: any )
packages/federation/src/utils/sortRoutes.ts:10
↓ 1 callersFunctionfetchLink
()
apps/web/src/core/accountSettings/modals/EnableTwoFAModal/components/QRCodeDisplay.tsx:19
↓ 1 callersFunctionfetchModuleManifest
( forgeAPI: any )
packages/federation/src/loaders/loadModuleConfig.ts:25
↓ 1 callersFunctionfetchModules
()
apps/web/src/federation/providers/CoreFederationProvider.tsx:52
↓ 1 callersMethodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:181
↓ 1 callersFunctionfieldsUploadMiddleware
(fields: Record<string, number>)
apps/api/src/core/functions/routes/utils/uploadMiddleware.ts:22
↓ 1 callersFunctionfilterCollectionsMap
( moduleCollectionsMap: Record<string, Record<string, unknown>[]>, targetModule?: string )
tools/src/commands/db/functions/schema-generation/filterCollectionsMap.ts:21
↓ 1 callersFunctionformatArgument
(name: string, description: string)
tools/src/cli/help.ts:42
↓ 1 callersFunctionformatCommand
(name: string, description: string)
tools/src/cli/help.ts:30
↓ 1 callersFunctionformatOption
(flags: string, description: string)
tools/src/cli/help.ts:36
↓ 1 callersFunctionfromRRULEString
(rrule: string)
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:193
↓ 1 callersFunctiongenerateLoremIpsum
(length: 'short' | 'medium' | 'long')
packages/ui/src/components/data-display/VirtualGrid/VirtualGrid.stories.tsx:28
↓ 1 callersFunctiongenerateSchemaContent
( collections: Array<Record<string, unknown>>, idToNameMap: Map<string, string> )
tools/src/commands/db/functions/schema-generation/generateSchemaContent.ts:62
↓ 1 callersFunctiongenerateZodSchemaString
( collection: Record<string, unknown> )
tools/src/commands/db/functions/schema-generation/generateZodSchema.ts:95
↓ 1 callersFunctiongetAESKey
( req: Request, res: Response, isEncrypted: boolean, callerModuleId?: string )
apps/api/src/core/functions/routes/utils/getAESKey.ts:6
↓ 1 callersFunctiongetAPIKey
()
tools/src/utils/ai.ts:23
↓ 1 callersFunctiongetBodyStyles
()
packages/ui/src/components/utilities/PrintArea/index.tsx:3
↓ 1 callersFunctiongetBreakpointFromWidth
(width: number)
apps/web/src/core/dashboard/components/DashboardGrid.tsx:21
↓ 1 callersFunctiongetBrowserInfo
()
apps/web/src/core/auth/modals/QRLoginModal/utils/getBrowserInfo.ts:4
↓ 1 callersFunctiongetCategoryName
(category: string)
apps/web/src/core/moduleManager/pages/Modules/index.tsx:74
↓ 1 callersFunctiongetChildrenMarginRight
()
packages/ui/src/components/data-display/OptionsColumn/index.tsx:52
↓ 1 callersFunctiongetChildrenWidth
()
packages/ui/src/components/data-display/OptionsColumn/index.tsx:45
↓ 1 callersFunctiongetCollectionsFromPB
()
tools/src/commands/db/functions/schema-generation/getCollectionsFromPB.ts:23
↓ 1 callersFunctiongetConcurrentServices
( host?: boolean, port?: string )
tools/src/commands/dev/functions/getConcurrentServices.ts:15
↓ 1 callersFunctiongetDevModeImport
* Gets the dev mode import function for a module
packages/federation/src/loaders/loadModuleConfig.ts:46
↓ 1 callersFunctiongetDirection
()
packages/ui/src/components/data-display/OptionsColumn/index.tsx:38
↓ 1 callersFunctiongetEndConfig
()
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:278
↓ 1 callersFunctiongetEventIcon
(eventType: string)
apps/web/src/routes/components/Sidebar/SidebarEventBanner.tsx:56
↓ 1 callersFunctiongetEventMessage
( eventType: string, userName: string, userDOB: string )
apps/web/src/routes/components/Sidebar/SidebarEventBanner.tsx:33
↓ 1 callersFunctiongetEventType
(userDOB: string | undefined)
apps/web/src/routes/components/Sidebar/SidebarEventBanner.tsx:23
↓ 1 callersFunctiongetFileStream
()
packages/log/src/utils/fileTransport.ts:31
↓ 1 callersFunctiongetFirstListItem
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:143
↓ 1 callersFunctiongetFullList
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/getFullList.ts:191
↓ 1 callersFunctiongetIconOptions
(name: string)
packages/ui/src/components/form/components/FormModal/FormModal.stories.tsx:47
↓ 1 callersFunctiongetIconSet
(prefix: string)
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSet.tsx:19
↓ 1 callersFunctiongetIconSet
( searchTerm: string )
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/SearchResult.tsx:36
↓ 1 callersFunctiongetItemColor
( disabled: boolean, active: boolean, dangerous: boolean )
packages/ui/src/components/overlays/ContextMenu/components/ContextMenuItem.tsx:16
↓ 1 callersMethodgetLangManifests
()
apps/api/src/core/functions/initialization/localeService.ts:57
↓ 1 callersFunctiongetLatestLocaleVersion
( packageName: string )
tools/src/commands/locales/functions/getUpgrades.ts:12
↓ 1 callersFunctiongetList
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/getList.ts:155
↓ 1 callersMethodgetList
* Provides access to getList operations for retrieving paginated records * with filtering, sorting, field selection, relation expansion, and pagina
apps/api/src/core/functions/database/PBService/index.ts:100
↓ 1 callersFunctiongetLogLevel
()
packages/log/src/utils/config.ts:26
↓ 1 callersFunctiongetModulesWithLocales
()
apps/api/src/lib/locales/index.ts:17
↓ 1 callersFunctiongetOne
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/getOne.ts:156
↓ 1 callersMethodgetOne
* Provides access to getOne operations for retrieving a single record * with field selection and relation expansion capabilities
apps/api/src/core/functions/database/PBService/index.ts:116
↓ 1 callersFunctiongetOrCreateLogger
(moduleId: string)
apps/api/src/core/functions/routes/utils/coreContext.ts:34
↓ 1 callersFunctiongetPackageLatestVersion
( packageName: string )
tools/src/utils/registry.ts:147
↓ 1 callersFunctiongetPackageTarballUrl
( packageName: string )
tools/src/utils/registry.ts:161
↓ 1 callersFunctiongetPackagesToCheck
(langCode?: string)
tools/src/commands/locales/functions/getPackagesToCheck.ts:6
↓ 1 callersFunctiongetPrivateKey
* Gets the server's private key in PEM format. * Used internally for decrypting client AES keys.
apps/api/src/core/functions/encryption/functions/decryptAESKey.ts:11
↓ 1 callersFunctiongetProjectRootDir
( filePath: string )
packages/server-utils/src/utils/extractProjectRoot.ts:7
↓ 1 callersFunctiongetProvider
(name: string)
apps/api/src/core/functions/external/ai/providers/index.ts:21
↓ 1 callersFunctiongetPublicKey
()
apps/api/src/core/functions/encryption/functions/getPublicKey.ts:10
↓ 1 callersFunctiongetRRULEString
({ start, params }: { start: Date | null params: RRuleParams })
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:135
↓ 1 callersFunctiongetRegisteredModules
()
apps/api/src/core/functions/modules/moduleRegistry.ts:25
↓ 1 callersFunctiongetResponsiveLayoutStyles
( props: Partial<Record<LayoutPropDefsKey, ResponsiveProp<string | number>>> )
packages/ui/src/system/responsive/utils/getResponsiveLayoutStyles.ts:52
↓ 1 callersFunctiongetSchemaFiles
(targetModule?: string)
tools/src/commands/db/utils/file-utils.ts:50
↓ 1 callersFunctiongetSharedFileStream
()
packages/log/src/loggers/logger.ts:89
↓ 1 callersFunctiongetStatusMessage
(status: number)
packages/server-utils/src/utils/outputStatus.ts:42
↓ 1 callersFunctiongetStoredSession
* Get stored QR session from sessionStorage
apps/web/src/core/auth/modals/QRLoginModal/utils/QRSessionMngr.ts:6
↓ 1 callersFunctiongetStyle
(status: QRStatus)
apps/web/src/core/auth/modals/QRLoginModal/components/QRContent.tsx:34
↓ 1 callersFunctiongetUpgrades
( packagesToCheck: { name: string; version: string }[] )
tools/src/commands/locales/functions/getUpgrades.ts:34
↓ 1 callersFunctiongetVariants
(hasDescription: boolean, iconColor?: TokenizedColor)
packages/ui/src/components/data-display/Widget/components/WidgetIcon.tsx:15
↓ 1 callersFunctiongetVersion
()
tools/src/cli/setup.ts:13
↓ 1 callersFunctionhandleAiTranslate
(catIndex: number)
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:105
↓ 1 callersFunctionhandleChange
(newValue: string)
packages/ui/src/components/inputs/SearchInput/index.tsx:103
↓ 1 callersFunctionhandleClick
()
packages/ui/src/components/overlays/modals/ConfirmationModal/index.tsx:37
↓ 1 callersFunctionhandleDeleteClick
(font: CustomFont)
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/components/CustomFontCard.tsx:60
↓ 1 callersMethodhandleDragEndAutoHide
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:561
↓ 1 callersFunctionhandleResize
()
packages/ui/src/hooks/useDivSize.tsx:7
↓ 1 callersMethodhandleScrollStart
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:415
↓ 1 callersMethodhandleScrollStartAutoHide
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:422
↓ 1 callersMethodhandleScrollStop
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:429
↓ 1 callersMethodhandleScrollStopAutoHide
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:436
↓ 1 callersFunctionhandleSectionClick
(itemId: string)
docs/src/components/Rightbar.tsx:108
↓ 1 callersMethodhandleTrackMouseEnterAutoHide
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:573
↓ 1 callersMethodhandleTrackMouseLeaveAutoHide
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:585
↓ 1 callersFunctionhasServerPublicKey
()
packages/api/src/utils/encryption.ts:103
↓ 1 callersFunctionimportRSAPublicKey
* Imports a PEM-encoded RSA public key for use with Web Crypto API.
packages/api/src/utils/encryption.ts:62
↓ 1 callersFunctionimportSchemaModules
(targetModule?: string)
tools/src/commands/db/utils/file-utils.ts:79
↓ 1 callersFunctioninitializeEncryption
(apiHost: string)
packages/api/src/utils/encryption.ts:123
↓ 1 callersFunctionisAuthTokenValid
( req: Request<unknown, unknown, unknown, unknown>, res: Response, noAuth: boolean )
apps/api/src/core/functions/routes/utils/validateAuthToken.ts:5
↓ 1 callersMethodisClientError
(error: unknown)
packages/server-utils/src/routes/ClientError.ts:11
↓ 1 callersFunctionisEncryptedPayload
( payload: unknown )
apps/api/src/core/functions/encryption/functions/decryptPayload.ts:12
↓ 1 callersFunctionisForgeController
(value: unknown)
apps/api/src/core/functions/routes/functions/forgeRouter.ts:20
↓ 1 callersFunctionisHookStatement
(statement: TSESTree.Statement)
eslint/padding-react-hooks.ts:41
↓ 1 callersFunctionisModuleNameRegistered
(fullName: string)
apps/api/src/core/functions/modules/moduleRegistry.ts:21
↓ 1 callersFunctionisResponsiveObject
( value: ResponsiveProp<T> )
packages/ui/src/system/responsive/utils/getResponsiveLayoutStyles.ts:6
↓ 1 callersFunctionisRouter
(value: unknown)
apps/api/src/core/functions/routes/functions/forgeRouter.ts:11
↓ 1 callersFunctionisValidFontFile
(filename: string)
apps/api/src/lib/user/routes/customFonts.ts:7
↓ 1 callersFunctionjoinObjectsRecursively
( target: Record<string, any>, source: Record<string, any> )
packages/api/src/core/utils.ts:16
↓ 1 callersFunctionlistSchemaPaths
()
tools/src/commands/db/functions/schema-generation/listSchemaPaths.ts:27
↓ 1 callersFunctionloadFederatedWidgets
()
apps/web/src/core/dashboard/providers/WidgetProvider.tsx:49
↓ 1 callersFunctionloadModuleConfig
( mod: FederatedModule, devModeImports: Record<string, () => Promise<{ default: ModuleConfig }>> = {} )
packages/federation/src/loaders/loadModuleConfig.ts:66
← previousnext →301–400 of 1,110, ranked by callers