MCPcopy Create free account

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

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

↓ 2 callersFunctionuseDivSize
(ref: React.RefObject<HTMLDivElement | null>)
packages/ui/src/hooks/useDivSize.tsx:3
↓ 2 callersFunctionuseInputFocused
()
packages/ui/src/components/inputs/shared/contexts/InputFocusContext.tsx:9
↓ 2 callersFunctionuseModuleMetadata
()
packages/federation/src/providers/ModuleMetadataProvider.tsx:12
↓ 2 callersFunctionuseWidgets
()
apps/web/src/core/dashboard/providers/WidgetProvider.tsx:35
↓ 2 callersFunctionvalidateCallerAccess
( callerModule: { source: 'app' | 'core'; id: string }, id: string )
apps/api/src/core/functions/database/getAPIKey.ts:14
↓ 2 callersFunctionvalidateMaintainerAccess
(username: string)
tools/src/utils/github-cli.ts:5
↓ 2 callersFunctionwrapPinoLogger
(pinoLogger: pino.Logger)
packages/log/src/loggers/logger.ts:141
↓ 2 callersFunctionwrapWithCLIMethods
(logger: Logger)
packages/log/src/loggers/cliLogger.ts:12
↓ 2 callersMethodwrite
(data: Buffer | string)
packages/server-utils/src/typescript/core/tempfile_manager.types.ts:3
↓ 2 callersFunctionwritePackageJson
( target: PackageJsonTarget, packageJson: PackageJson )
tools/src/utils/packageJson.ts:88
↓ 2 callersFunctionzodTextFormat
( zodObject: ZodInput, name: string, props?: Omit< ResponseFormatTextJSONSchemaConfig, 'schema'
apps/api/src/core/functions/utils/zodResponseFormat.ts:39
↓ 1 callersMethod_update
(callback?: (values: ScrollValues) => void)
packages/ui/src/components/utilities/Scrollbars/index.tsx:642
↓ 1 callersFunctionaddComponent
()
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/components/ComponentItem.tsx:53
↓ 1 callersFunctionaddDependency
( packageName: string, target: PackageJsonTarget = 'modules', version = 'workspace:*' )
tools/src/utils/packageJson.ts:104
↓ 1 callersFunctionaddFontToStylesheet
(font: FontFamily)
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/utils/stylesheet.ts:5
↓ 1 callersMethodaddListeners
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:319
↓ 1 callersFunctionaddNumberSuffix
(number: number)
apps/web/src/routes/components/Sidebar/SidebarEventBanner.tsx:15
↓ 1 callersFunctionaddTag
()
packages/ui/src/components/inputs/TagsInput/index.tsx:82
↓ 1 callersFunctionbuildChildRoutes
({ routes, APIKeyAccess, loadingMessage = 'loadingModule', config }: RouteBuilderOptions)
apps/web/src/routes/utils/routeBuilder.tsx:26
↓ 1 callersFunctionbuildEntry
( entry: PropertyValue | TransitionEntry, defaults: { duration: string; easing: string; delay?: string } )
packages/ui/src/components/primitives/Transition/index.tsx:78
↓ 1 callersFunctionbuildModuleCollectionsMap
( collections: Array<Record<string, unknown>> )
tools/src/commands/db/functions/schema-generation/buildModuleCollectionsMap.ts:24
↓ 1 callersFunctionbuildPaletteColors
()
packages/ui/src/system/colors/constants/colors.ts:37
↓ 1 callersFunctionchangeAvatar
(file: File | string | null)
apps/web/src/core/accountSettings/components/AvatarColumn.tsx:25
↓ 1 callersFunctionchangeBackdropFilters
(filters: IBackdropFilters)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:88
↓ 1 callersFunctionchangeBorderRadiusMultiplier
(multiplier: number)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:100
↓ 1 callersFunctionchangeDashboardLayout
(layout: IDashboardLayout)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:96
↓ 1 callersFunctionchangeFontFamily
(font: string)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:68
↓ 1 callersFunctionchangeFontScale
(scale: number)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:72
↓ 1 callersFunctionchangeLanguage
(language: string)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:92
↓ 1 callersFunctionchangeTheme
(theme: 'light' | 'dark' | 'system')
apps/web/src/providers/features/UserPersonalizationProvider.tsx:76
↓ 1 callersFunctioncheckAPIStatus
( apiEndpoint: string )
packages/api/src/providers/APIOnlineStatusProvider.tsx:11
↓ 1 callersFunctioncheckAddressInUse
(address: string, port: string)
tools/src/utils/helpers.ts:134
↓ 1 callersFunctioncheckContrast
(hexColor: string)
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:13
↓ 1 callersFunctioncheckDB
()
apps/api/src/core/functions/database/dbUtils.ts:121
↓ 1 callersFunctioncheckExistence
( pb: IPBService<TSchemas>, collection: CollectionKey<TSchemas>, id: string )
apps/api/src/core/functions/database/validation.ts:7
↓ 1 callersFunctioncheckModulesAvailability
( moduleId: string )
apps/api/src/core/functions/utils/checkModulesAvailability.ts:3
↓ 1 callersFunctioncheckPortInUse
(port: number)
tools/src/utils/helpers.ts:114
↓ 1 callersFunctioncheckRecordExistence
({ type, req, existenceCheck, module }: { type: 'body' | 'query' req: Request existenceCheck: an
apps/api/src/core/functions/routes/utils/checkRecordExistence.ts:19
↓ 1 callersFunctioncleanAdditionalProperties
(schema: any)
packages/server-utils/src/utils/writeContractFile.ts:5
↓ 1 callersFunctionclientI18nConfig
({ forgeAPI, getAvailableLanguages }: ClientI18nConfigOptions)
packages/localization/src/config/client-i18n.config.ts:22
↓ 1 callersFunctioncompareDirectories
* Compares local and registry directories to find differences.
tools/src/commands/modules/handlers/compareModuleHandler.ts:72
↓ 1 callersFunctioncompareFileContent
* Compares two files by content using Buffer.equals.
tools/src/commands/modules/handlers/compareModuleHandler.ts:57
↓ 1 callersMethodcomponentDidMountUniversal
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:161
↓ 1 callersFunctioncomputeBorderStyles
( side: BorderSide, width: string, style: BorderStyleValue )
packages/ui/src/components/primitives/Bordered/index.tsx:58
↓ 1 callersFunctionconfigureDailyOptions
( options: Partial<RRuleOptions>, data: FreqSpecificParams['daily'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:106
↓ 1 callersFunctionconfigureEndOptions
( options: Partial<RRuleOptions>, data: RRuleParams['end'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:122
↓ 1 callersFunctionconfigureHelp
(program: Command)
tools/src/cli/help.ts:48
↓ 1 callersFunctionconfigureHourlyOptions
( options: Partial<RRuleOptions>, data: FreqSpecificParams['hourly'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:114
↓ 1 callersFunctionconfigureMonthlyOptions
( options: Partial<RRuleOptions>, data: FreqSpecificParams['monthly'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:73
↓ 1 callersFunctionconfigureWeeklyOptions
( options: Partial<RRuleOptions>, data: FreqSpecificParams['weekly'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:94
↓ 1 callersFunctionconfigureYearlyOptions
( options: Partial<RRuleOptions>, data: FreqSpecificParams['yearly'] )
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:51
↓ 1 callersFunctionconfirmAction
(message: string)
tools/src/utils/helpers.ts:198
↓ 1 callersFunctionconfirmAction
()
packages/ui/src/components/auth/WithMasterPassword/components/CreatePasswordScreen.tsx:39
↓ 1 callersFunctionconstructComponentTree
(providers: T)
apps/web/src/providers/utils/providerUtils.tsx:26
↓ 1 callersFunctionconvertFieldToZodSchema
* Converts a single PocketBase field to its Zod schema string representation. * * @param field - PocketBase field definition * @returns Zod schema
tools/src/commands/db/functions/schema-generation/generateZodSchema.ts:59
↓ 1 callersFunctioncopyFileAndTemplateRenderRecursive
( src: string, dest: string, context: ModuleMetadata )
tools/src/commands/modules/functions/templates/copy-template.ts:27
↓ 1 callersFunctioncopyKey
()
apps/web/src/core/apiKeys/components/EntryItem.tsx:62
↓ 1 callersFunctioncountListItems
(mdxSource: string)
docs/plugins/mdxListCountsPlugin.ts:9
↓ 1 callersFunctioncreate
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/create.ts:154
↓ 1 callersFunctioncreate
(context)
eslint/padding-react-hooks.ts:19
↓ 1 callersFunctioncreateAuthLoadingConfig
()
apps/web/src/routes/utils/routerFactory.tsx:115
↓ 1 callersFunctioncreateAuthRouterConfig
()
apps/web/src/routes/utils/routerFactory.tsx:95
↓ 1 callersFunctioncreateAxiosInstance
(apiHost: string, isExternal: boolean)
packages/api/src/utils/fetchAPI.ts:10
↓ 1 callersFunctioncreateCLILogger
(name = 'CLI', level?: LogLevel)
packages/log/src/loggers/cliLogger.ts:42
↓ 1 callersFunctioncreateCommandHandler
(commandType: CommandType)
tools/src/commands/project/handlers/createCommandHandler.ts:9
↓ 1 callersFunctioncreateCoreContext
({ pb, module }: { pb: IPBService<any> module?: { source: 'app' | 'core'; id: string } })
apps/api/src/core/functions/routes/utils/coreContext.ts:46
↓ 1 callersFunctioncreateCoreHelper
( apiHost: string | undefined, name: T )
packages/api/src/core/helpers/createCoreHelper.ts:20
↓ 1 callersFunctioncreateEncryptionSession
()
packages/api/src/utils/encryption.ts:315
↓ 1 callersMethodcreateFileIfAbsent
()
apps/api/src/core/functions/utils/tempFileManager.ts:28
↓ 1 callersFunctioncreateForgeProxyInternal
( contract: T, path: string[] | string )
packages/api/src/core/createForgeProxy.ts:22
↓ 1 callersFunctioncreateGetMediaHelper
(apiHost: string | undefined)
packages/api/src/core/helpers/getMediaHelper.ts:22
↓ 1 callersFunctioncreateHandler
* Creates an Express request handler from a ForgeControllerBuilder's configuration. * This is kept private and only used internally by registerContro
apps/api/src/core/functions/routes/functions/controllerLogic.ts:40
↓ 1 callersFunctioncreateModuleRoute
( item: ModuleCategory['items'][number], loadingMessage: string )
apps/web/src/routes/utils/routeBuilder.tsx:59
↓ 1 callersFunctioncreateOutputHelpers
(output: TOutput)
packages/server-utils/src/routes/forgeContract.ts:32
↓ 1 callersFunctioncreatePinoLogger
(options: LoggerOptions)
packages/log/src/loggers/logger.ts:98
↓ 1 callersFunctioncreatePocketBaseSuperuser
( email: string, password: string )
tools/src/commands/db/functions/database-initialization/superuser.ts:29
↓ 1 callersFunctioncreateRouterConfig
({ routes, loadingMessage }: CreateRouterConfigOptions)
apps/web/src/routes/utils/routerFactory.tsx:45
↓ 1 callersFunctioncreateSocketServer
( app: Express )
apps/api/src/core/functions/socketio/createSocketServer.ts:8
↓ 1 callersFunctioncreateStartDate
(start: Date | null)
packages/ui/src/components/inputs/RRuleInput/utils/getRRuleString.ts:15
↓ 1 callersFunctioncreateStripAnsiTransform
()
packages/log/src/loggers/logger.ts:46
↓ 1 callersFunctiondecryptAESData
* Decrypts AES-GCM encrypted data using the provided key. * * @param encryptedData - Base64-encoded encrypted data * @param key - The AES key as a
apps/api/src/core/functions/encryption/functions/decryptPayload.ts:36
↓ 1 callersFunctiondecryptPayload
(payload: unknown)
apps/api/src/core/functions/encryption/functions/decryptPayload.ts:64
↓ 1 callersFunctiondecryptWithAES
* Decrypts data using AES-GCM.
packages/api/src/utils/encryption.ts:239
↓ 1 callersFunctiondefineClientConfig
(dirname: string)
packages/configs/src/vite/client-vite.config.ts:14
↓ 1 callersFunctiondefineProviders
(providers: ValidateProviders<T> & T)
apps/web/src/providers/utils/providerUtils.tsx:19
↓ 1 callersFunctiondelay
(ms: number)
tools/src/utils/helpers.ts:179
↓ 1 callersFunctiondeleteRecord
( pb: PocketBase, module: { id: string } )
apps/api/src/core/functions/database/PBService/services/delete.ts:111
↓ 1 callersFunctiondetectFontMetadata
( fileData: File )
apps/web/src/core/personalization/components/FontFamilySelector/utils/detectFontMetadata.ts:16
↓ 1 callersMethoddetectScrolling
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:612
↓ 1 callersFunctiondownloadAndExtractTarball
* Downloads and extracts a package tarball.
tools/src/commands/modules/handlers/compareModuleHandler.ts:109
↓ 1 callersFunctionencodeValue
(value: any)
packages/api/src/core/utils.ts:72
↓ 1 callersFunctionencryptAESData
(data: string, key: Buffer)
apps/api/src/core/functions/encryption/functions/encryptResponse.ts:13
↓ 1 callersFunctionencryptRequest
( data: T )
packages/api/src/utils/encryption.ts:346
↓ 1 callersFunctionencryptResponse
( data: T, aesKey: Buffer )
apps/api/src/core/functions/encryption/functions/encryptResponse.ts:37
↓ 1 callersFunctionencryptWithAES
* Encrypts data using AES-GCM.
packages/api/src/utils/encryption.ts:198
↓ 1 callersFunctionensureCredentials
()
apps/api/src/core/functions/initialization/ensureCredentials.ts:7
↓ 1 callersFunctionensureDirectories
()
apps/api/src/index.ts:42
↓ 1 callersFunctionensureLocaleNotInUse
(shortName: string)
tools/src/commands/locales/functions/ensureLocaleNotInUse.ts:4
↓ 1 callersFunctionensureLogDir
(directory: string)
packages/log/src/utils/fileTransport.ts:9
↓ 1 callersFunctionensurePackageJsonExists
* Ensures the package.json exists for the specified target. * Creates with default template if it doesn't exist (for apps and locales only).
tools/src/utils/packageJson.ts:52
← previousnext →201–300 of 1,110, ranked by callers