MCPcopy Create free account

hub / github.com/ThinhVu/mhvn / functions

Functions290 in github.com/ThinhVu/mhvn

↓ 1 callersFunctionhandleAsyncErrors
(fn: RequestHandler)
be/src/libs/rate-limit/lib.ts:290
↓ 1 callersFunctionhr
()
be-playground/src/helper/utils.js:13
↓ 1 callersMethodincrement
(key: string)
be/src/libs/rate-limit/lib.ts:62
↓ 1 callersMethodinit
* Method that actually initializes the store. * * @param options {RateLimitConfiguration} - The options used to setup the middleware.
be/src/libs/rate-limit-redis/lib.ts:160
↓ 1 callersFunctioninitApp
()
fe/src/main.js:8
↓ 1 callersFunctioninitDiscordBot
()
be/src/utils/discord-bot.ts:5
↓ 1 callersFunctioninitLogger
()
be/src/utils/logger.ts:7
↓ 1 callersFunctioninitMailSender
()
be/src/utils/email-util.ts:7
↓ 1 callersFunctioninitUser
(uptimeByDay: number)
be/src/routes/dev-server.route.ts:17
↓ 1 callersFunctionisEmailValid
(email: string)
be/src/logic/user.ts:42
↓ 1 callersFunctionisErrorIndicateTokenOutdated
(error: any)
be/src/logic/notification/fcm.ts:177
↓ 1 callersFunctionisLegacyStore
(store: LegacyStore | Store)
be/src/libs/rate-limit/lib.ts:39
↓ 1 callersFunctionisUnknownErrorFromServer
(error: any)
be/src/logic/notification/fcm.ts:181
↓ 1 callersFunctionisUsernameHaveBeenUsed
(username: string)
be/src/logic/user.ts:74
↓ 1 callersFunctionisUsernameValid
(username: string)
be/src/logic/user.ts:67
↓ 1 callersFunctionisValidPhoneNr
(phone: string)
be/src/logic/user.ts:49
↓ 1 callersMethodloadGetScript
* Loads the script used to fetch a client's hit count and expiry time.
be/src/libs/rate-limit-redis/lib.ts:110
↓ 1 callersFunctionlogEvent
(email, event, notifyId, data)
be-playground/src/helper/utils.js:21
↓ 1 callersFunctionlogLogout
(uid: ObjectId, atDay?: Date)
be/src/logic/metric/user-login-history.ts:15
↓ 1 callersFunctionmain
()
be-playground/src/kv/1. kv.js:4
↓ 1 callersFunctionmain
()
be-playground/src/kv/2. kv-isSecret.js:5
↓ 1 callersFunctionmain
()
be-playground/src/dev-server/1. cleanup.js:3
↓ 1 callersFunctionmain
()
be-playground/src/hmm/1. hmm.js:4
↓ 1 callersFunctionmain
()
be-playground/src/user/2. socket.js:3
↓ 1 callersFunctionmain
()
be-playground/src/user/3. get-my-info.js:3
↓ 1 callersFunctionmain
()
be-playground/src/user/1. sign-in.js:3
↓ 1 callersFunctionmain
()
be/src/index.ts:3
↓ 1 callersFunctionmakeHook
()
fe/src/utils/hooks.js:1
↓ 1 callersFunctionmigrate
()
be/src/plugins/migration.ts:5
↓ 1 callersFunctionobjectIdify
(query: any)
be/src/routes/hmm.app.ts:8
↓ 1 callersFunctionomitUndefinedOptions
( passedOptions: Partial<Options>, )
be/src/libs/rate-limit/lib.ts:153
↓ 1 callersFunctiononUserOffline
(userId, socketId)
be/src/plugins/socketio.ts:143
↓ 1 callersFunctiononUserOnline
(userId, socketId)
be/src/plugins/socketio.ts:137
↓ 1 callersFunctionparseOptions
(passedOptions: Partial<Options>)
be/src/libs/rate-limit/lib.ts:178
↓ 1 callersFunctionpatchIsNotApplied
(patch)
be/src/plugins/migration.ts:10
↓ 1 callersFunctionpromisifyStore
(passedStore: LegacyStore | Store)
be/src/libs/rate-limit/lib.ts:52
↓ 1 callersFunctionrandomBoolean
()
be/src/utils/random-util.ts:14
↓ 1 callersFunctionreadableResp
(e: any)
be/src/utils/common-util.ts:21
↓ 1 callersFunctionremove
(k: string)
be/src/logic/kv.ts:33
↓ 1 callersFunctionremove
(fileId: ObjectId)
be/src/logic/file-system/file.ts:22
↓ 1 callersFunctionremove
(folderId: ObjectId)
be/src/logic/file-system/folder.ts:48
↓ 1 callersFunctionremoveFcmTokenForDevice
(uid: ObjectId, deviceId: string)
be/src/logic/user.ts:133
↓ 1 callersMethodresetAll
* Method to reset everyone's hit counter. * * @public
be/src/libs/rate-limit/memory-store.ts:138
↓ 1 callersMethodretryableIncrement
* Runs the increment command, and retries it if the script is not loaded.
be/src/libs/rate-limit-redis/lib.ts:123
↓ 1 callersFunctions2ms
be/src/utils/date-time-util.ts:21
↓ 1 callersFunctionsaveNotify
(to: ObjectId[], event: string, metadata: any)
be/src/logic/notification/index.ts:33
↓ 1 callersFunctionseenNotifies
(userId: ObjectId, notifyIds: ObjectId[])
be/src/logic/notification/index.ts:18
↓ 1 callersFunctionsendFcm
(tokens: string[], {notification, data}: { notification: Notification, data: any })
be/src/logic/notification/fcm.ts:138
↓ 1 callersFunctionsendFcmWithRetry
(event: string, users: Array<IUser>, fcmTokens: string[], payload: { notification: Notification, data: any },
be/src/logic/notification/fcm.ts:20
↓ 1 callersFunctionset
(k: string, v: any, isSecret: boolean)
be/src/logic/kv.ts:26
↓ 1 callersFunctionsetDraft6Headers
( response: Response, info: RateLimitInfo, windowMs: number, )
be/src/libs/rate-limit/headers.ts:66
↓ 1 callersFunctionsetDraft7Headers
( response: Response, info: RateLimitInfo, windowMs: number, )
be/src/libs/rate-limit/headers.ts:93
↓ 1 callersFunctionsetLegacyHeaders
( response: Response, info: RateLimitInfo, )
be/src/libs/rate-limit/headers.ts:38
↓ 1 callersFunctionsetRetryAfterHeader
( response: Response, info: RateLimitInfo, windowMs: number, )
be/src/libs/rate-limit/headers.ts:117
↓ 1 callersFunctionsnapshot
(atDay?: Date)
be/src/logic/metric/user-metric.ts:5
↓ 1 callersFunctionupdate
(fileId: ObjectId, change: IFile)
be/src/logic/file-system/file.ts:15
↓ 1 callersFunctionupdate
(folderId: ObjectId, change: IFolder)
be/src/logic/file-system/folder.ts:41
↓ 1 callersFunctionupsertResetPasswordVerifyCode
({locale, email, phone, username})
be/src/routes/user.route.ts:82
↓ 1 callersFunctionuseAdmin
(parentRouter: Router)
be/src/routes/admin.route.ts:10
↓ 1 callersFunctionuseDevServer
(parentRouter: Router)
be/src/routes/dev-server.route.ts:69
↓ 1 callersFunctionuseFile
(parentRouter: Router)
be/src/routes/file.route.ts:14
↓ 1 callersFunctionuseFolder
(parentRouter: Router)
be/src/routes/folder.route.ts:10
↓ 1 callersFunctionuseHealthCheck
(parentRouter: Router)
be/src/routes/health-check.route.ts:3
↓ 1 callersFunctionuseI18n
(parentRouter: Router)
be/src/routes/i18n.route.ts:9
↓ 1 callersFunctionuseKv
(parentRouter: Router)
be/src/routes/kv.route.ts:6
↓ 1 callersFunctionuseNotification
(parentRouter: Router)
be/src/routes/notification.route.ts:11
↓ 1 callersFunctionuseRoutes
(app)
be/src/routes/index.ts:16
↓ 1 callersFunctionuseSocketIO
(app)
be/src/plugins/socketio.ts:192
↓ 1 callersFunctionuseUser
(parentRouter: Router)
be/src/routes/user.route.ts:44
↓ 1 callersFunctionuseUserMetric
(parentRouter: Router)
be/src/routes/user-metric.route.ts:8
↓ 1 callersFunctionuserHooks
()
be/src/logic/hooks/user-hook.ts:6
↓ 1 callersFunctionvalidateFullName
(fullName: string)
be/src/logic/user.ts:83
FunctionAdminUsers
()
be/src/models/index.ts:47
FunctionAnnouncements
()
be/src/models/index.ts:50
FunctionApiMetrics
()
be/src/models/index.ts:53
FunctionAppMetrics
()
be/src/models/index.ts:56
FunctionDailyActiveUsers
()
be/src/models/index.ts:59
FunctionDbMigrateHistories
()
be/src/models/index.ts:62
FunctionFiles
()
be/src/models/index.ts:65
FunctionFolders
()
be/src/models/index.ts:68
FunctionHealthChecks
()
be/src/models/index.ts:71
FunctionI18ns
()
be/src/models/index.ts:74
FunctionKVs
()
be/src/models/index.ts:77
FunctionMonthlyActiveUsers
()
be/src/models/index.ts:83
FunctionNotifications
()
be/src/models/index.ts:86
FunctionStorages
()
be/src/models/index.ts:80
FunctionTasks
()
be/src/models/index.ts:89
FunctionUserLoginHistories
()
be/src/models/index.ts:92
FunctionUserMetrics
()
be/src/models/index.ts:95
FunctionUsers
()
be/src/models/index.ts:98
FunctionVerifications
()
be/src/models/index.ts:101
FunctionWeeklyActiveUsers
()
be/src/models/index.ts:104
FunctionbasicAuth
(username, password)
be-playground/src/helper/user.js:6
Functionbool
(v: any)
be/src/utils/data-parser.ts:34
FunctioncancelAllUploads
()
fe/src/components/FileUpload/fs-util.js:63
FunctioncancelUpload
(uploadItem)
fe/src/components/FileUpload/fs-util.js:67
Functioncleanup
()
be-playground/src/helper/dev-server.js:4
FunctionclearUploadingItems
()
fe/src/components/FileUpload/fs-util.js:59
Functionconfig
()
be/src/utils/remote-env.ts:4
Methodconstructor
(name)
fe/src/utils/caching.js:3
← previousnext →101–200 of 290, ranked by callers