MCPcopy Create free account

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

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

↓ 1 callersFunctionloadModuleRoutes
()
apps/api/src/core/functions/modules/loadModuleRoutes.ts:58
↓ 1 callersFunctionloadModules
( forgeAPI: any, coreModules: ModuleCategory['items'][number][] = [], devModeImports: Record<string, ()
packages/federation/src/loaders/loadModules.ts:41
↓ 1 callersFunctionmain
()
apps/api/src/index.ts:57
↓ 1 callersFunctionmapCollectionRelation
* Removes auto-generated IDs and timestamps from a raw collection config. * * PocketBase generates unique IDs for collections and fields, but these
tools/src/commands/db/functions/migration-generation/generateContent/structure.ts:17
↓ 1 callersFunctionmatchCollectionToModule
( modulesWithSchema: string[], allModules: string[], collection: Record<string, unknown> )
tools/src/commands/db/functions/schema-generation/matchCollectionToModule.ts:30
↓ 1 callersFunctionmdxListCountsPlugin
()
docs/plugins/mdxListCountsPlugin.ts:17
↓ 1 callersMethodmutateRaw
* Triggers a raw (unencrypted) POST request to the current endpoint. * Use this for endpoints that have `.noEncryption()` enabled on the server,
packages/api/src/core/forgeEndpoint.ts:313
↓ 1 callersFunctionparseBodyPayload
( req: Request, mediaConfig: TMedia, isEncrypted: boolean, validator?: z.ZodTypeAny )
apps/api/src/core/functions/routes/utils/parsePayload.ts:10
↓ 1 callersFunctionparseQuery
( req: Request, validator?: z.ZodTypeAny )
apps/api/src/core/functions/routes/utils/parseQuery.ts:6
↓ 1 callersFunctionparseSessionData
()
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/hooks/useQRLoginApproval.ts:23
↓ 1 callersFunctionprepareGitignoreForPublish
* Renames .gitignore to gitignore before publish (npm excludes .gitignore). * Returns true if a rename was performed.
tools/src/commands/modules/handlers/publishModuleHandler.ts:20
↓ 1 callersFunctionprintDiff
* Prints file differences in a formatted way. * * @returns true if there were differences, false if in sync
tools/src/commands/modules/handlers/compareModuleHandler.ts:133
↓ 1 callersFunctionprocessCollectionSchema
* Processes a single collection into schema.ts format with Zod schema and raw config. * * @param collection - PocketBase collection object * @param
tools/src/commands/db/functions/schema-generation/generateSchemaContent.ts:11
↓ 1 callersMethodqueryRaw
* Triggers a raw (unencrypted) GET request to the current endpoint. * Use this for endpoints that have `.noEncryption()` enabled on the server.
packages/api/src/core/forgeEndpoint.ts:290
↓ 1 callersMethodraf
(callback: () => void)
packages/ui/src/components/utilities/Scrollbars/index.tsx:630
↓ 1 callersFunctionreadMdxFiles
(dir: string, basePath = '')
docs/plugins/mdxListCountsPlugin.ts:35
↓ 1 callersFunctionregisterController
( controller: ForgeContract, router: Router, routeName: string = '' )
apps/api/src/core/functions/routes/functions/controllerLogic.ts:174
↓ 1 callersFunctionregisterHandlebarsHelpers
()
tools/src/commands/modules/functions/templates/handlebars-helpers.ts:4
↓ 1 callersFunctionregisterModule
( hashedKey: string, fullName: string, supportedLangs: string[] )
apps/api/src/core/functions/modules/moduleRegistry.ts:9
↓ 1 callersFunctionregisterModuleMetadata
( appsDir: string, modDir: string )
apps/api/src/core/functions/modules/loadModuleRoutes.ts:18
↓ 1 callersFunctionregisterRoutes
* Registers routes from a ForgeRouter configuration into an Express Router. * * This function recursively processes a router configuration object an
apps/api/src/core/functions/routes/functions/forgeRouter.ts:54
↓ 1 callersFunctionregisterRoutesRecursive
( routes: RouterInput, router: Router, parentPath = '' )
apps/api/src/core/functions/routes/functions/forgeRouter.ts:59
↓ 1 callersFunctionremove
packages/ui/src/providers/ModalProvider.tsx:51
↓ 1 callersFunctionremoveCategory
(index: number)
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:79
↓ 1 callersFunctionremoveComponent
()
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/components/ComponentItem.tsx:95
↓ 1 callersFunctionremoveFontFromStylesheet
(fontFamily: string)
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/utils/stylesheet.ts:44
↓ 1 callersMethodremoveListeners
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:356
↓ 1 callersFunctionrenameTsConfigFile
(moduleDir: string)
tools/src/commands/modules/functions/templates/copy-template.ts:60
↓ 1 callersFunctionrenderChart
()
docs/src/components/MermaidChart.tsx:25
↓ 1 callersFunctionresolveColor
(color: string)
packages/ui/src/components/inputs/Button/hooks/useButtonStyleProps.ts:38
↓ 1 callersFunctionresolveRoundedSprinklesProps
({ r, rtl, rtr, rbl, rbr }: TokenizedRoundedProps)
packages/ui/src/system/tokens/resolvers/rounded-props-resolvers.ts:7
↓ 1 callersFunctionresolveRoutes
()
apps/web/src/routes/components/Sidebar/SidebarItems.tsx:41
↓ 1 callersFunctionrestartServerContainer
()
tools/src/utils/docker.ts:40
↓ 1 callersFunctionrestoreFormDataType
(value: string)
apps/api/src/core/functions/routes/utils/restoreDataType.ts:1
↓ 1 callersFunctionrestoreGitignoreAfterPublish
* Restores gitignore back to .gitignore after publish.
tools/src/commands/modules/handlers/publishModuleHandler.ts:37
↓ 1 callersFunctionrouteSorter
* Sorts the routes based on the order of the categories * * @param categoriesSeq The sequence of categories * @returns The sorted routes
packages/federation/src/utils/sortRoutes.ts:28
↓ 1 callersFunctionrunCLI
()
tools/src/cli/setup.ts:76
↓ 1 callersFunctionschemaWithPB
(schema: ZodObject<T>)
packages/server-utils/src/utils/schemaUtils.ts:48
↓ 1 callersFunctionsearchLocations
(key: string, q: string)
apps/api/src/core/functions/external/location.ts:1
↓ 1 callersFunctionserializeRoutes
(node: any)
packages/server-utils/src/utils/writeContractFile.ts:85
↓ 1 callersFunctionserverError
(res: Response, err?: string, moduleName?: string)
apps/api/src/core/functions/routes/utils/response.ts:34
↓ 1 callersFunctionsetFirstLangInDB
(shortName: string)
tools/src/commands/locales/functions/setFirstLangInDB.ts:8
↓ 1 callersFunctionsetForgeMutationErrorHandler
( handler: (message: string) => void )
packages/api/src/hooks/useForgeMutation.ts:14
↓ 1 callersFunctionsetI18n
(instance: i18n)
packages/localization/src/getI18n.ts:9
↓ 1 callersFunctionsetLogLevel
(level: LogLevel)
tools/src/utils/logger.ts:14
↓ 1 callersFunctionsetServerPublicKey
(pemKey: string)
packages/api/src/utils/encryption.ts:91
↓ 1 callersFunctionsetupCLI
()
tools/src/cli/setup.ts:32
↓ 1 callersFunctionsetupCommands
(program: Command)
tools/src/cli/setup.ts:23
↓ 1 callersMethodsetupDragging
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:501
↓ 1 callersFunctionsetupSocket
(io: Server)
apps/api/src/core/functions/socketio/setupSocket.ts:5
↓ 1 callersFunctionsnakeCaseToCamelCase
(str: string)
packages/server-utils/src/routes/forgeContract.ts:26
↓ 1 callersFunctionsortRoutes
( routes: ModuleCategory[], categoryOrder: Record<string, Record<string, string>> )
packages/federation/src/utils/sortRoutes.ts:81
↓ 1 callersFunctionsplitMediaAndData
( _media: MediaConfig | null, data: Record<string, any>, requestFiles: Record<string, Express.Multer.Fil
apps/api/src/core/functions/routes/utils/splitMediaAndData.ts:11
↓ 1 callersFunctionstageMigration
( pb: PocketBase, phase: 'skeleton' | 'structure' | 'views', index: number, importedSchemas: Array<{
tools/src/commands/db/functions/migration-generation/stageMigrations.ts:36
↓ 1 callersFunctionstartAllServices
( host?: boolean, port?: string )
tools/src/commands/dev/functions/startServices.ts:71
↓ 1 callersFunctionstartPBServer
()
tools/src/utils/pocketbase.ts:85
↓ 1 callersFunctionstartPocketbase
()
tools/src/utils/pocketbase.ts:139
↓ 1 callersFunctionstartServer
(server: ReturnType<typeof createServer>)
apps/api/src/index.ts:48
↓ 1 callersFunctionstartSingleService
( service: string, extraArgs: string[] = [], host?: boolean, port?: string )
tools/src/commands/dev/functions/startServices.ts:15
↓ 1 callersFunctionstopService
(serviceName: string)
tools/src/utils/docker.ts:83
↓ 1 callersFunctionstoreSession
* Store QR session in sessionStorage
apps/web/src/core/auth/modals/QRLoginModal/utils/QRSessionMngr.ts:38
↓ 1 callersFunctionstripCollectionIds
( collection: Record<string, unknown>, idToNameMap?: Map<string, string> )
tools/src/commands/db/functions/schema-generation/stripCollectionIds.ts:25
↓ 1 callersFunctionstyleBody
* Styles the `<body>` element for Storybook: sets flex column layout, full height, * smooth transition, and the `theme-custom` class. Also applies bg
packages/ui/src/storybook/useSBTheme.tsx:85
↓ 1 callersFunctionstyleHTML
* Applies the foundation background color to the `<html>` element and ensures * it stretches to full viewport height.
packages/ui/src/storybook/useSBTheme.tsx:74
↓ 1 callersFunctionstyleSbDocsPreviews
* Applies theme styles to all `.sbdocs-preview .docs-story` elements and their * `.sbdocs-preview` parent containers, ensuring story canvases match t
packages/ui/src/storybook/useSBTheme.tsx:54
↓ 1 callersFunctionsuccess
( res: Response<BaseResponse<T>>, data: T, statusCode: number = 200 )
apps/api/src/core/functions/routes/utils/response.ts:49
↓ 1 callersFunctiontoggleComponent
()
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/components/ComponentItem.tsx:109
↓ 1 callersFunctiontoggleTag
(tag: string)
packages/ui/src/components/data-display/TagChip/TagChip.stories.tsx:190
↓ 1 callersFunctiontraceRouteStack
( stack: RouteStackLayer[], path: string = '', routes: Route[] = [] )
packages/server-utils/src/routes/traceRouteStack.ts:27
↓ 1 callersFunctionupdate
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/update.ts:180
↓ 1 callersFunctionupdateFontFamily
()
packages/ui/src/providers/PersonalizationProvider/hooks/useFontFamilyEffect.tsx:41
↓ 1 callersFunctionupdatePosition
()
packages/ui/src/components/inputs/SearchInput/index.tsx:140
↓ 1 callersFunctionupdateTimer
()
apps/web/src/core/auth/modals/QRLoginModal/hooks/useQRLoginSession.ts:254
↓ 1 callersFunctionuseAppRouter
()
apps/web/src/routes/hooks/useAppRouter.ts:14
↓ 1 callersFunctionuseBgTempEffect
( rootElement: HTMLElement, bgTemp: string, theme: 'light' | 'dark' )
packages/ui/src/providers/PersonalizationProvider/hooks/useBgTempEffect.tsx:8
↓ 1 callersFunctionuseBorderRadiusEffect
(borderRadiusMultiplier: number)
packages/ui/src/providers/PersonalizationProvider/hooks/useBorderRadiusEffect.tsx:3
↓ 1 callersFunctionuseBorderedEffect
(rootElement: HTMLElement, bordered: boolean)
packages/ui/src/providers/PersonalizationProvider/hooks/useBorderedEffect.tsx:3
↓ 1 callersFunctionuseButtonStyleProps
({ variant, style, props }: { variant: 'primary' | 'secondary' | 'tertiary' | 'plain' style?: CSSPro
packages/ui/src/components/inputs/Button/hooks/useButtonStyleProps.ts:8
↓ 1 callersFunctionuseEncryption
()
packages/api/src/providers/EncryptionProvider.tsx:47
↓ 1 callersFunctionuseFontFamily
(fontFamily: string, fontScale: number, forgeAPI: any)
packages/ui/src/providers/PersonalizationProvider/hooks/useFontFamilyEffect.tsx:14
↓ 1 callersFunctionuseLanguageEffect
(language: string)
packages/localization/src/hooks/useLanguageEffect.ts:5
↓ 1 callersFunctionuseListboxBlurOnClose
()
packages/ui/src/components/inputs/ListboxInput/hooks/useListboxBlurOnClose.ts:14
↓ 1 callersFunctionuseMetaEffect
(themeColor: string)
packages/ui/src/providers/PersonalizationProvider/hooks/useMetaEffect.tsx:3
↓ 1 callersFunctionuseQRLoginApproval
(scannedData: string)
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/hooks/useQRLoginApproval.ts:17
↓ 1 callersFunctionuseQRLoginSession
({ onSuccess }: UseQRLoginSessionOptions)
apps/web/src/core/auth/modals/QRLoginModal/hooks/useQRLoginSession.ts:30
↓ 1 callersFunctionuseRawThemeColorEffect
( rootElement: HTMLElement, rawThemeColor: string, theme: 'light' | 'dark', bgTemp: [light: string, da
packages/ui/src/providers/PersonalizationProvider/hooks/useRawThemeColorEffect.tsx:9
↓ 1 callersFunctionuseSBTheme
(context: any)
packages/ui/src/storybook/useSBTheme.tsx:109
↓ 1 callersFunctionuseThemeEffect
( rootElement: HTMLElement, theme: 'light' | 'dark', rawThemeColor: string, bgTemp: string )
packages/ui/src/providers/PersonalizationProvider/hooks/useThemeEffect.tsx:8
↓ 1 callersFunctionuseTitleEffect
()
apps/web/src/routes/hooks/useTitleEffect.ts:7
↓ 1 callersMethodvalidateAndLoad
* Validates and loads language packs. Should be called after submodule update.
apps/api/src/core/functions/initialization/localeService.ts:72
↓ 1 callersFunctionvalidateForm
()
apps/web/src/core/auth/pages/UserCreationPage.tsx:49
↓ 1 callersFunctionvalidateLocaleStructureHandler
(lang: string)
tools/src/commands/locales/handlers/validateLocaleStructure.ts:28
↓ 1 callersFunctionvalidateLocalesAuthor
(modulePath: string)
tools/src/commands/locales/functions/validateLocalesAuthor.ts:8
↓ 1 callersFunctionvalidateModuleAuthor
(modulePath: string)
tools/src/commands/modules/functions/validateModuleAuthor.ts:11
↓ 1 callersFunctionvalidateModuleStructure
( modulePath: string )
tools/src/commands/modules/functions/validateModuleStructure.ts:73
↓ 1 callersFunctionvalidatePocketBaseNotInitialized
( exitOnFailure: boolean = true )
tools/src/commands/db/functions/database-initialization/superuser.ts:11
↓ 1 callersFunctionvalidateProjectArguments
(projects: string[] | undefined)
tools/src/commands/project/functions/validateProjectArguments.ts:19
↓ 1 callersFunctionvalidateProjects
( projects: string[], validProjects: string[] )
tools/src/commands/project/functions/validateProjectArguments.ts:5
↓ 1 callersFunctionverifyAppOTP
( pb: PocketBase, otp: string )
apps/api/src/lib/user/utils/otp.ts:7
↓ 1 callersFunctionverifyEmailOTP
( pb: PocketBase, otp: string )
apps/api/src/lib/user/utils/otp.ts:35
← previousnext →401–500 of 1,110, ranked by callers