Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ functions
Functions
1,612 in github.com/msgbyte/tailchat
⨍
Functions
1,612
◇
Types & classes
631
↓ 2 callers
Method
emitInboxAppendEvent
* 向微服务通知有新的内容产生
server/services/core/chat/inbox.service.ts:273
↓ 2 callers
Function
encode
(human: string)
client/web/plugins/com.msgbyte.miaolang/src/miaotrans.ts:5
↓ 2 callers
Function
filterAvailableAppCapability
( input: string[] )
server/models/openapi/app.ts:24
↓ 2 callers
Function
filterReadOnly
( obj: T, readOnlyFields?: string[] )
server/admin/src/server/middleware/express-mongoose-ra-json-server/utils/filterReadOnly.ts:2
↓ 2 callers
Method
find
(id: string)
server/services/openapi/oidc/adapter.ts:96
↓ 2 callers
Method
findUserWxpusherUid
* 查找wxpusher的用户id
server/plugins/com.msgbyte.wxpusher/services/wxpusher.service.ts:143
↓ 2 callers
Function
generateCode
()
server/models/group/invite.ts:16
↓ 2 callers
Method
generateDiscriminator
* 生成身份识别器 * 0001 - 9999
server/models/user/user.ts:157
↓ 2 callers
Function
generateErrorBlock
(err: unknown)
apps/github-app/src/utils.ts:7
↓ 2 callers
Function
generateInviteCodeUrl
(inviteCode: string)
client/web/src/utils/url-helper.ts:33
↓ 2 callers
Function
generateProperties
( params: SwaggerParamType[], indent: number )
server/packages/swagger-jsdoc-generator/src/processService.ts:139
↓ 2 callers
Method
generateRequestId
* Generate Request ID with fixed prefix and timestamp and random number
server/plugins/com.msgbyte.getui/lib/GetuiClient.ts:56
↓ 2 callers
Function
getCachedBaseGroupInfo
( groupId: string )
client/shared/cache/cache.ts:68
↓ 2 callers
Function
getCachedGroupInviteInfo
( inviteCode: string )
client/shared/cache/cache.ts:82
↓ 2 callers
Function
getClientId
()
client/mobile/src/lib/notifications/getui.ts:17
↓ 2 callers
Function
getCommentStr
( comments: Comment[] | null | undefined )
client/packages/plugin-declaration-generator/src/index.ts:82
↓ 2 callers
Function
getDMConverseName
( userId: string, converse: Pick<ChatConverseInfo, 'name' | 'members'> )
client/shared/helper/converse-helper.ts:51
↓ 2 callers
Function
getDeviceInfo
()
client/web/plugins/com.msgbyte.env.electron/src/utils.ts:32
↓ 2 callers
Function
getGroupBasicInfo
( groupId: string )
client/shared/model/group.ts:88
↓ 2 callers
Method
getGroupLobbyConverseId
* 获取群组大厅的会话ID()
server/services/core/group/group.service.ts:937
↓ 2 callers
Function
getHeaderValue
( header: string | string[] | undefined )
server/services/core/gateway.service.ts:24
↓ 2 callers
Function
getJWTPayload
(jwt: string)
client/web/src/utils/jwt-helper.ts:10
↓ 2 callers
Function
getManifestFieldWithI18N
( info: PluginManifest, field: 'label' | 'description' )
client/web/src/plugin/utils.ts:57
↓ 2 callers
Function
getMatches
(query: string)
server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/src/utils/useMediaQuery.ts:8
↓ 2 callers
Function
getReduxStore
()
client/shared/redux/store.ts:19
↓ 2 callers
Function
getSMTPConnectionOptions
()
server/models/user/mail.ts:35
↓ 2 callers
Function
getSearchParam
(param: string)
client/web/src/utils/location-helper.ts:4
↓ 2 callers
Function
getStoredValue
()
client/shared/hooks/factory/createUseStorageState.ts:46
↓ 2 callers
Method
getToken
()
server/plugins/com.msgbyte.getui/lib/GetuiClient.ts:95
↓ 2 callers
Function
getUserSettings
()
client/shared/model/user.ts:402
↓ 2 callers
Function
handleMessageNotifyClick
* 点击通知栏事件
client/web/plugins/com.msgbyte.notify/src/notify.ts:100
↓ 2 callers
Function
hideWebView
* Hide webview with append offset in y
client/desktop/src/main/lib/webview-manager.ts:169
↓ 2 callers
Function
humanizeMsDuration
(ms: number)
client/shared/utils/date-helper.ts:102
↓ 2 callers
Function
initUpdater
( opts: IUpdateElectronAppOptions<L> )
client/desktop-old/src/lib/update-electron-app.ts:76
↓ 2 callers
Function
initial
* 初始化数据
client/shared/redux/setup.ts:52
↓ 2 callers
Method
installPlugin
* 安装插件
client/web/src/plugin/manager.ts:96
↓ 2 callers
Function
inviteUserCompleted
(userId: string)
server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/src/store/meeting.ts:58
↓ 2 callers
Function
isGroupAckPanel
(panel: GroupPanel)
client/web/src/utils/group-helper.ts:7
↓ 2 callers
Function
isLocalMessageId
(str: unknown)
client/shared/utils/string-helper.ts:51
↓ 2 callers
Function
isObjectId
(str: any)
client/shared/utils/string-helper.ts:62
↓ 2 callers
Function
isSame
(args: any[])
client/shared/manager/buildReg.ts:69
↓ 2 callers
Function
isValidStaticAssetsUrl
(str: unknown)
server/lib/utils.ts:47
↓ 2 callers
Function
isValidStr
(str: unknown)
client/packages/design/components/utils.ts:5
↓ 2 callers
Function
makeAbsoluteUrl
(relativeUrl: string)
client/web/src/utils/url-helper.ts:8
↓ 2 callers
Method
memberLeaveGroup
* 退出群组流程 * 用于踢出群组成员和主动退出群组 * * 先将自己退出房间, 然后再进行房间级别通知
server/services/core/group/group.service.ts:1243
↓ 2 callers
Function
modifyUserField
( fieldName: AllowedModifyField, fieldValue: unknown )
client/shared/model/user.ts:375
↓ 2 callers
Function
msgTemplate
(pingPong: string)
client/desktop/src/main/main.ts:48
↓ 2 callers
Method
muteGroupMember
* 禁言群组成员
server/services/core/group/group.service.ts:1147
↓ 2 callers
Function
normalizePath
(s)
server/packages/sdk/src/services/lib/moleculer-web/utils.ts:43
↓ 2 callers
Method
notifyUsersInboxAppend
* 通知用户收件箱追加了新的内容
server/services/core/chat/inbox.service.ts:252
↓ 2 callers
Method
notifyUsersInboxUpdate
* 通知用户收件箱有新的内容
server/services/core/chat/inbox.service.ts:263
↓ 2 callers
Function
openFile
( fileDialogOptions?: FileDialogOptions )
client/web/src/utils/file-helper.ts:116
↓ 2 callers
Function
openQuickSwitcher
()
client/web/src/components/QuickSwitcher/index.tsx:118
↓ 2 callers
Function
paddingWithIndent
(text: string, indent: number)
server/packages/swagger-jsdoc-generator/src/processService.ts:162
↓ 2 callers
Function
parseColorScheme
(colorScheme: string)
client/shared/utils/color-scheme-helper.ts:6
↓ 2 callers
Function
parseDeclarationEntry
(options: Options)
client/packages/plugin-declaration-generator/src/parser.ts:16
↓ 2 callers
Function
parseFile
(filePath: string, options: ts.CompilerOptions)
client/packages/plugin-declaration-generator/src/tsgenerator.ts:131
↓ 2 callers
Function
parseModuleDeclaration
( filePath: string, options: ts.CompilerOptions )
client/packages/plugin-declaration-generator/src/tsgenerator.ts:21
↓ 2 callers
Function
parseQualityText
(quality: 0 | 1 | 2 | 3 | 4 | 5 | 6)
server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/src/FloatWindow/NetworkStats.tsx:52
↓ 2 callers
Function
pickUserBaseInfo
(userInfo: UserLoginInfo)
client/shared/model/user.ts:51
↓ 2 callers
Function
pickValuesFromGroupPanelInfo
( groupPanelInfo: GroupPanel | null )
client/web/src/components/modals/GroupPanel/helper.ts:41
↓ 2 callers
Function
preProcessText
(plainText: string)
client/web/plugins/com.msgbyte.bbcode/src/bbcode/index.tsx:19
↓ 2 callers
Function
promptConfirm
* 设置更多配置的确认项
apps/cli/src/commands/docker/init.ts:174
↓ 2 callers
Function
refreshCache
()
client/shared/manager/buildReg.ts:86
↓ 2 callers
Method
removeGroupMemberRoles
* 移除群组成员的角色
server/services/core/group/group.service.ts:708
↓ 2 callers
Method
removeListener
(type: string, callback: (...args: any[]) => any)
client/shared/components/Portal/defaultEventEmitter.tsx:28
↓ 2 callers
Function
removeTrailingSlashes
(s)
server/packages/sdk/src/services/lib/moleculer-web/utils.ts:31
↓ 2 callers
Method
renderHTML
(res: ServerResponse, html: string)
server/services/openapi/oidc/oidc.service.ts:325
↓ 2 callers
Function
renderInbox
(item: InboxItem)
client/web/src/routes/Main/Content/Inbox/Sidebar.tsx:36
↓ 2 callers
Method
reset
* Reset all counters * * @memberof MemoryStore
server/packages/sdk/src/services/lib/moleculer-web/memory-store.ts:50
↓ 2 callers
Function
run
()
apps/cli/src/app/index.tsx:5
↓ 2 callers
Method
saveFileStream
* 保存文件流
server/services/core/file.service.ts:214
↓ 2 callers
Method
sendPluginBotMessage
( ctx: TcPureContext<any>, messagePayload: { converseId: string; groupId?: string; c
server/plugins/com.msgbyte.agora/services/agora.service.ts:404
↓ 2 callers
Method
sendPluginBotMessage
( ctx: TcPureContext<any>, messagePayload: { converseId: string; groupId?: string; c
server/plugins/com.msgbyte.simplenotify/services/simplenotify.service.ts:235
↓ 2 callers
Function
setBubble
(num: number)
client/web/plugins/com.msgbyte.notify/src/bubble.ts:8
↓ 2 callers
Function
setDeactive
()
server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/src/store/useLivekitState.ts:30
↓ 2 callers
Method
setFriendNickname
* 设置好友昵称
server/services/core/user/friend.service.ts:112
↓ 2 callers
Method
setReplyMsg
(replyMsg: ReplyMsgType)
client/shared/utils/message-helper.ts:33
↓ 2 callers
Function
showDialog
(detail: string, type = 'info')
client/desktop-old/src/lib/electron-update-notifier.ts:130
↓ 2 callers
Function
showMessageTime
(input: Date)
client/shared/utils/date-helper.ts:47
↓ 2 callers
Function
sleep
(ms: number)
server/lib/utils.ts:63
↓ 2 callers
Function
start
* 编译插件并添加到 registry 中
server/scripts/installPlugin.js:24
↓ 2 callers
Function
startFastMeeting
(meetingId: string)
server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/src/index.tsx:19
↓ 2 callers
Function
tryAutoLogin
()
client/web/src/utils/user-helper.ts:22
↓ 2 callers
Function
uidKeyFor
(uid)
server/services/openapi/oidc/adapter.ts:34
↓ 2 callers
Function
update
(e: TransitionEvent)
client/web/src/components/KeepAliveOverlay/withKeepAliveOverlay.tsx:75
↓ 2 callers
Function
updateAck
(converseId: string, lastMessageId: string)
client/shared/model/converse.ts:76
↓ 2 callers
Function
updateAvatar
(imageBlobUrl: string)
client/web/src/components/ImagePicker.tsx:22
↓ 2 callers
Function
updateFontsize
(settings: any)
client/web/plugins/com.msgbyte.biggerfont/src/index.tsx:34
↓ 2 callers
Function
uploadMessageFile
(file: File)
client/web/src/components/ChatBox/ChatInputBox/utils.tsx:63
↓ 2 callers
Method
url
(ctx: TcContext)
server/plugins/com.msgbyte.livekit/services/livekit.service.ts:84
↓ 2 callers
Function
urlResolve
(base: string, url: string)
client/desktop/src/renderer/utils/index.ts:1
↓ 2 callers
Function
urlResolve
(...str: string[])
client/mobile/src/lib/utils/index.ts:27
↓ 2 callers
Function
useChatInputMentionsContext
()
client/web/src/components/ChatBox/ChatInputBox/context.tsx:48
↓ 2 callers
Function
useConverseAck
(converseId: string)
client/shared/redux/hooks/useConverseAck.ts:20
↓ 2 callers
Function
useDMConverseList
()
client/shared/redux/hooks/useConverse.ts:10
↓ 2 callers
Function
useFriendNicknameMap
()
client/shared/redux/hooks/useFriendNickname.ts:24
↓ 2 callers
Function
useGroupMemberAction
(groupId: string)
client/web/src/hooks/useGroupMemberAction.ts:23
↓ 2 callers
Function
useGroupMemberAllPermissions
(groupId: string)
client/shared/redux/hooks/useGroupPermission.ts:11
↓ 2 callers
Function
useGroupMemberIds
(groupId: string)
client/shared/redux/hooks/useGroup.ts:21
← previous
next →
301–400 of 1,612, ranked by callers