MCPcopy Create free account

hub / github.com/MiniMax-AI/OpenRoom / functions

Functions573 in github.com/MiniMax-AI/OpenRoom

↓ 3 callersFunctionloadCharacterCollectionSync
()
apps/webuiapps/src/lib/characterManager.ts:212
↓ 3 callersFunctionloadChatHistorySync
(_sessionPath: string)
apps/webuiapps/src/lib/chatHistoryStorage.ts:52
↓ 3 callersFunctionloadModCollection
()
apps/webuiapps/src/lib/modManager.ts:223
↓ 3 callersFunctionmemoryApiUrl
(sessionPath: string, file?: string)
apps/webuiapps/src/lib/memoryManager.ts:67
↓ 3 callersFunctionopenWindow
(appId: number)
apps/webuiapps/src/lib/windowManager.ts:48
↓ 3 callersFunctionposEq
(a: Pos, b: Pos)
apps/webuiapps/src/pages/Chess/index.tsx:88
↓ 3 callersFunctionpostLog
Fire-and-forget POST,不阻塞调用方
apps/webuiapps/src/lib/logger.ts:23
↓ 3 callersFunctionrenderCard
(card: Card, selected: boolean)
apps/webuiapps/src/pages/FreeCell/index.tsx:580
↓ 3 callersFunctionsaveChatHistory
( sessionPath: string, messages: DisplayMessage[], chatHistory: ChatMessage[], suggestedReplies?: stri
apps/webuiapps/src/lib/chatHistoryStorage.ts:56
↓ 3 callersFunctionseedMetaFiles
()
apps/webuiapps/src/lib/seedMeta.ts:24
↓ 3 callersFunctionslide
(dirs: Pos[])
apps/webuiapps/src/pages/Chess/index.tsx:261
↓ 3 callersFunctionstripThinkTags
(content: string)
apps/webuiapps/src/lib/llmClient.ts:96
↓ 3 callersMethodsubscribe
* Subscribe to change events * @returns Unsubscribe function
apps/webuiapps/src/lib/FileSystemStore.ts:94
↓ 3 callersFunctiontoCloudPath
(internalPath: string)
apps/webuiapps/src/lib/fileApi.ts:327
↓ 3 callersFunctionuseVibeInfo
()
apps/webuiapps/src/lib/vibeInfo.ts:134
↓ 2 callersFunctioncanColumn
(card: Card, col: Card[])
apps/webuiapps/src/pages/FreeCell/index.tsx:125
↓ 2 callersFunctionclaimZIndex
()
apps/webuiapps/src/lib/windowManager.ts:31
↓ 2 callersFunctioncreateEmptyBoard
()
apps/webuiapps/src/pages/Gomoku/index.tsx:44
↓ 2 callersFunctioneditableToConfig
( stages: EditableStage[], id: string, modName: string, modNameEn: string, modDescription: string, )
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:209
↓ 2 callersMethodemit
(type: EventType, payload?: unknown, message?: MessageContent)
packages/vibe-container/src/clientComManager/index.ts:281
↓ 2 callersFunctionextractPieces
(board: Board)
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:50
↓ 2 callersFunctionfindKing
Find the position of the king of the specified color
apps/webuiapps/src/pages/Chess/index.tsx:224
↓ 2 callersFunctionformatDate
(dateStr: string)
apps/webuiapps/src/pages/CyberNews/index.tsx:130
↓ 2 callersFunctionformatDateFull
(dateStr: string, locale: string)
apps/webuiapps/src/pages/Diary/index.tsx:635
↓ 2 callersFunctionformatTime
(timestamp: number)
apps/webuiapps/src/pages/Diary/index.tsx:645
↓ 2 callersFunctionformatTime
( timestamp: number | string | undefined | null, t: (key: string, opts?: Record<string, unknown>) => strin
apps/webuiapps/src/pages/Twitter/index.tsx:85
↓ 2 callersFunctionfoundTop
(st: GameState, suit: Suit)
apps/webuiapps/src/pages/FreeCell/index.tsx:116
↓ 2 callersFunctiongenerateModId
()
apps/webuiapps/src/lib/modManager.ts:74
↓ 2 callersMethodgetChildren
* Get children of a node
apps/webuiapps/src/lib/FileSystemStore.ts:122
↓ 2 callersMethodgetInstance
(_config: ParentComManagerConfig)
packages/vibe-container/src/parentComManager/index.ts:52
↓ 2 callersFunctiongetPlayerLabel
(color: StoneColor)
apps/webuiapps/src/pages/Gomoku/index.tsx:943
↓ 2 callersFunctiongetSessionPath
()
apps/webuiapps/src/lib/sessionPath.ts:13
↓ 2 callersFunctionhandler
(newInfo: VibeInfo)
apps/webuiapps/src/lib/vibeInfo.ts:144
↓ 2 callersMethodhandshakeFailed
(reason: string, appId?: number)
packages/vibe-container/src/utils/index.ts:90
↓ 2 callersFunctionhasVersionSuffix
(url: string)
apps/webuiapps/src/lib/llmClient.ts:158
↓ 2 callersMethodinitFromCloud
* Initialize from cloud * * Full flow: * 1. listFiles('/') — list cloud root directory entries * 2. Recursively traverse directories —
apps/webuiapps/src/lib/FileSystemStore.ts:499
↓ 2 callersMethodinitRoot
* Initialize root node
apps/webuiapps/src/lib/FileSystemStore.ts:52
↓ 2 callersFunctionisDebugEnabled
()
apps/webuiapps/src/lib/logger.ts:14
↓ 2 callersFunctionisDescSeq
(cards: Card[])
apps/webuiapps/src/pages/FreeCell/index.tsx:131
↓ 2 callersFunctionisReportUserActionsEnabled
()
apps/webuiapps/src/lib/action.ts:80
↓ 2 callersFunctionisSafeAuto
(card: Card, st: GameState)
apps/webuiapps/src/pages/FreeCell/index.tsx:152
↓ 2 callersFunctionisVideoUrl
(url: string)
apps/webuiapps/src/components/Shell/index.tsx:78
↓ 2 callersFunctionjoinUrl
(baseUrl: string, path: string)
apps/webuiapps/src/lib/llmClient.ts:162
↓ 2 callersFunctionjsonFilePlugin
Generic JSON file persistence plugin factory
apps/webuiapps/vite.config.ts:323
↓ 2 callersFunctionlegalMovesFor
Get legal move targets for a specific square
apps/webuiapps/src/pages/Chess/index.tsx:445
↓ 2 callersFunctionloadCharacterCollection
()
apps/webuiapps/src/lib/characterManager.ts:196
↓ 2 callersMethodloadFromNodes
* Bulk load from FileNode array * Typically used for cloud initialization
apps/webuiapps/src/lib/FileSystemStore.ts:387
↓ 2 callersFunctionloadMemories
(sessionPath: string)
apps/webuiapps/src/lib/memoryManager.ts:76
↓ 2 callersFunctionmakeErrorResponse
(status: number, bodyText: string)
apps/webuiapps/src/lib/__tests__/llmClient.test.ts:81
↓ 2 callersFunctionmakeFsMock
(dirExists = true)
apps/webuiapps/src/lib/__tests__/logPlugin.test.ts:71
↓ 2 callersFunctionmaxMovable
(st: GameState, destColIdx?: number)
apps/webuiapps/src/pages/FreeCell/index.tsx:143
↓ 2 callersFunctionnewGame
()
apps/webuiapps/src/pages/Chess/index.tsx:105
↓ 2 callersFunctionnewGame
()
apps/webuiapps/src/pages/FreeCell/index.tsx:105
↓ 2 callersMethodnotifyLifecycleChange
()
packages/vibe-container/src/clientComManager/index.ts:141
↓ 2 callersMethodoff
(type: EventType, handler: EventHandler<T>)
packages/vibe-container/src/clientComManager/index.ts:274
↓ 2 callersMethodonAgentMessage
(handler: EventHandler<AgentMessagePayload>)
packages/vibe-container/src/clientComManager/index.ts:302
↓ 2 callersFunctionparseCustomHeaders
(raw?: string)
apps/webuiapps/src/lib/llmClient.ts:174
↓ 2 callersFunctionparseCustomHeaders
Parse custom headers, adding x-custom- prefix
apps/webuiapps/src/lib/imageGenClient.ts:80
↓ 2 callersFunctionpseudoMoves
Generate all pseudo-legal targets for a piece (without check validation)
apps/webuiapps/src/pages/Chess/index.tsx:240
↓ 2 callersMethodremoveNode
* Remove a node
apps/webuiapps/src/lib/FileSystemStore.ts:264
↓ 2 callersFunctionrenderCalendar
()
apps/webuiapps/src/pages/Diary/index.tsx:1146
↓ 2 callersFunctionrenderEditorContent
()
apps/webuiapps/src/pages/Diary/index.tsx:1247
↓ 2 callersFunctionreportUserOsAction
(actionType: string, params: Record<string, string>)
apps/webuiapps/src/lib/vibeContainerMock.ts:259
↓ 2 callersFunctionrunConversation
(history: ChatMessage[], cfg: LLMConfig)
apps/webuiapps/src/components/ChatPanel/index.tsx:747
↓ 2 callersFunctionsafeParseJSON
(json: string, fallback?: T)
packages/vibe-container/src/utils/index.ts:11
↓ 2 callersFunctionsaveCharacterCollection
(collection: CharacterCollection)
apps/webuiapps/src/lib/characterManager.ts:225
↓ 2 callersFunctionsaveImageGenConfig
(config: ImageGenConfig)
apps/webuiapps/src/lib/imageGenClient.ts:75
↓ 2 callersFunctionsetReportUserActions
(enabled: boolean)
apps/webuiapps/src/lib/action.ts:76
↓ 2 callersFunctiontoNotation
(r: number, c: number)
apps/webuiapps/src/pages/Chess/index.tsx:89
↓ 2 callersFunctiontoTextFile
(fullPath: string, content?: string)
apps/webuiapps/src/lib/fileApi.ts:69
↓ 2 callersFunctiontoWorld
(row: number, col: number)
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:46
↓ 2 callersMethodtryParseContent
* Try to parse file content * .json files are auto JSON.parsed, other files keep their raw value
apps/webuiapps/src/lib/FileSystemStore.ts:667
↓ 2 callersFunctionupdateModEntry
(collection: ModCollection, entry: ModEntry)
apps/webuiapps/src/lib/modManager.ts:295
↓ 2 callersMethodupdateNode
* Update a node
apps/webuiapps/src/lib/FileSystemStore.ts:231
↓ 2 callersFunctionupdateStage
(index: number, field: keyof EditableStage, value: string)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:271
↓ 1 callersFunctionaddMod
(collection: ModCollection, config: ModConfig)
apps/webuiapps/src/lib/modManager.ts:285
↓ 1 callersFunctionallLegalMoves
Generate all legal moves for the specified color
apps/webuiapps/src/pages/Chess/index.tsx:421
↓ 1 callersFunctionappGeneratorPlugin
(options: AppGeneratorOptions)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:224
↓ 1 callersFunctionattachScriptsToApps
( allScripts: InternalScript[], apps: AppEntry[], tagAppMap: Record<string, string[]>, )
apps/webuiapps/src/lib/cardExtractor.ts:689
↓ 1 callersFunctionautoFound
(st: GameState)
apps/webuiapps/src/pages/FreeCell/index.tsx:158
↓ 1 callersFunctionbuildAgentPrompt
(app: AppInput, summary: AppSummary)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:178
↓ 1 callersFunctionbuildFileUrl
Build an accessible URL for a file stored via session-data API
apps/webuiapps/src/lib/imageGenTools.ts:24
↓ 1 callersFunctionbuildLlmHeaders
(llmConfig: LlmConfig)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:70
↓ 1 callersFunctionbuildMemoryPrompt
(memories: MemoryEntry[])
apps/webuiapps/src/lib/memoryManager.ts:157
↓ 1 callersFunctionbuildModPrompt
(availableApps: string[], characterDataJson: string)
apps/webuiapps/src/components/Shell/modPrompt.ts:133
↓ 1 callersFunctionbuildSessionPath
(charId: string, modId: string)
apps/webuiapps/src/lib/chatHistoryStorage.ts:26
↓ 1 callersMethodbuildStageReminder
()
apps/webuiapps/src/lib/modManager.ts:505
↓ 1 callersFunctionbuildSystemPrompt
( character: CharacterConfig, modManager: ModManager | null, hasImageGen: boolean, memories: MemoryEnt
apps/webuiapps/src/components/ChatPanel/index.tsx:174
↓ 1 callersFunctionbuildTagAppMap
* Build a dynamic tag → app ID mapping from extracted apps. * Each tag found in an app's content is mapped to that app's ID.
apps/webuiapps/src/lib/cardExtractor.ts:553
↓ 1 callersFunctionchatAnthropic
( messages: ChatMessage[], tools: ToolDef[], config: LLMConfig, )
apps/webuiapps/src/lib/llmClient.ts:276
↓ 1 callersFunctionchatOpenAI
( messages: ChatMessage[], tools: ToolDef[], config: LLMConfig, )
apps/webuiapps/src/lib/llmClient.ts:210
↓ 1 callersFunctioncheckWin
(st: GameState)
apps/webuiapps/src/pages/FreeCell/index.tsx:200
↓ 1 callersFunctioncheckWin
( board: (StoneColor | null)[][], row: number, col: number, color: StoneColor, )
apps/webuiapps/src/pages/Gomoku/index.tsx:48
↓ 1 callersFunctioncid
(c: Card)
apps/webuiapps/src/pages/FreeCell/index.tsx:76
↓ 1 callersFunctionclassifyScript
(script: InternalScript, regexTags: string[])
apps/webuiapps/src/lib/cardExtractor.ts:590
↓ 1 callersFunctioncleanNil
(obj: T)
apps/webuiapps/src/utils/nil.ts:1
↓ 1 callersFunctionclearEmotionVideoCache
(characterId?: string)
apps/webuiapps/src/lib/characterManager.ts:360
↓ 1 callersFunctioncloneBoard
(board: Board)
apps/webuiapps/src/pages/Chess/index.tsx:122
↓ 1 callersFunctioncloseAllWindows
()
apps/webuiapps/src/lib/windowManager.ts:82
↓ 1 callersFunctioncommentToId
* Derive a kebab-case ID from a comment string. * Handles ASCII (spaces/underscores → hyphens) and CJK (kept as-is).
apps/webuiapps/src/lib/cardExtractor.ts:140
← previousnext →101–200 of 573, ranked by callers