MCPcopy Create free account

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

Functions573 in github.com/MiniMax-AI/OpenRoom

↓ 1 callersFunctioninit
()
apps/webuiapps/src/pages/Album/index.tsx:152
↓ 1 callersFunctioninit
()
apps/webuiapps/src/pages/Diary/index.tsx:1090
↓ 1 callersFunctioninit
()
apps/webuiapps/src/pages/Twitter/index.tsx:793
↓ 1 callersFunctioninit
()
apps/webuiapps/src/pages/CyberNews/index.tsx:941
↓ 1 callersFunctioninit
()
apps/webuiapps/src/pages/Gomoku/index.tsx:893
↓ 1 callersFunctioninitI18n
(options?: I18nOptions)
apps/webuiapps/src/i18/index.ts:57
↓ 1 callersFunctionisBoardFull
(board: (StoneColor | null)[][])
apps/webuiapps/src/pages/Gomoku/index.tsx:88
↓ 1 callersFunctionisFileTool
(toolName: string)
apps/webuiapps/src/lib/fileTools.ts:183
↓ 1 callersFunctionisImageGenTool
(toolName: string)
apps/webuiapps/src/lib/imageGenTools.ts:65
↓ 1 callersFunctionisLegacyConfig
Detect legacy flat LLMConfig (has "provider" at top level, no "llm" key).
apps/webuiapps/src/lib/configPersistence.ts:20
↓ 1 callersFunctionisMemoryTool
(toolName: string)
apps/webuiapps/src/lib/memoryManager.ts:59
↓ 1 callersFunctionisValidState
(d: unknown)
apps/webuiapps/src/pages/Chess/index.tsx:556
↓ 1 callersFunctionisValidState
(d: unknown)
apps/webuiapps/src/pages/FreeCell/index.tsx:268
↓ 1 callersMethodlifecycleChange
(from: string, to: string, appId?: number)
packages/vibe-container/src/utils/index.ts:95
↓ 1 callersMethodlistAllFilesRecursively
* Recursively list all files and directories * * Calls listFiles in parallel on type='folder' nodes to get child entries, * recursing until a
apps/webuiapps/src/lib/FileSystemStore.ts:566
↓ 1 callersFunctionlistFiles
(dirPath: string)
apps/webuiapps/src/lib/diskStorage.ts:35
↓ 1 callersFunctionllmConfigPlugin
LLM config persistence plugin — reads/writes config to ~/.openroom/config.json
apps/webuiapps/vite.config.ts:21
↓ 1 callersFunctionllmProxyPlugin
LLM API proxy plugin — resolves browser CORS restrictions
apps/webuiapps/vite.config.ts:256
↓ 1 callersFunctionloadActionsFromMeta
()
apps/webuiapps/src/lib/appRegistry.ts:388
↓ 1 callersFunctionloadEntriesFromCard
( card: Record<string, unknown>, )
apps/webuiapps/src/lib/cardExtractor.ts:264
↓ 1 callersFunctionloadLlmConfig
(configFile: string)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:52
↓ 1 callersFunctionloadRegexScriptsFromCard
(card: Record<string, unknown>)
apps/webuiapps/src/lib/cardExtractor.ts:293
↓ 1 callersFunctionlogServerPlugin
Debug log plugin — writes browser logs to logs/debug-*.log
apps/webuiapps/vite.config.ts:238
↓ 1 callersFunctionmakeSavedData
(msgs = sampleMessages, history = sampleChatHistory)
apps/webuiapps/src/lib/__tests__/chatHistoryStorage.test.ts:24
↓ 1 callersFunctionmatchScriptToApp
( regexTags: string[], tagAppMap: Record<string, string[]>, )
apps/webuiapps/src/lib/cardExtractor.ts:567
↓ 1 callersFunctionmergeAppEntriesWithLLMData
(members: AppEntry[], group: ConsolidationGroup)
apps/webuiapps/src/lib/cardExtractor.ts:742
↓ 1 callersFunctionmigrateOldFormat
Migrate old separate config/state format to collection
apps/webuiapps/src/lib/modManager.ts:198
↓ 1 callersFunctionmigrateOldFormat
Migrate old single-character format to collection
apps/webuiapps/src/lib/characterManager.ts:173
↓ 1 callersFunctionmimeToExt
(mime: string)
apps/webuiapps/src/lib/imageGenTools.ts:13
↓ 1 callersFunctionminimizeWindow
(appId: number)
apps/webuiapps/src/lib/windowManager.ts:97
↓ 1 callersMethodmoveNode
* Move a node
apps/webuiapps/src/lib/FileSystemStore.ts:309
↓ 1 callersFunctionmoveWindow
(appId: number, x: number, y: number)
apps/webuiapps/src/lib/windowManager.ts:106
↓ 1 callersMethodnormalizeCloudNodes
* Normalize the node list returned from cloud * * Compatible with two server response formats: * - TextFile style: path is a directory (e.g
apps/webuiapps/src/lib/FileSystemStore.ts:596
↓ 1 callersFunctionnormalizeLang
(locale: string)
apps/webuiapps/src/i18/index.ts:46
↓ 1 callersFunctionnormalizeScripts
( rawScripts: InternalScript[], tagAppMap: Record<string, string[]>, )
apps/webuiapps/src/lib/cardExtractor.ts:615
↓ 1 callersFunctionnotifyListenerAdded
()
apps/webuiapps/src/lib/vibeContainerMock.ts:86
↓ 1 callersFunctiononOSEvent
(callback: OSEventCallback)
apps/webuiapps/src/lib/vibeContainerMock.ts:65
↓ 1 callersFunctiononUserAction
(callback: UserActionCallback)
apps/webuiapps/src/lib/vibeContainerMock.ts:251
↓ 1 callersMethodonce
(type: EventType, handler: EventHandler<T>)
packages/vibe-container/src/clientComManager/index.ts:266
↓ 1 callersFunctionpad3
(n: number)
apps/webuiapps/src/lib/logPlugin.ts:18
↓ 1 callersFunctionparseCharx
(buffer: ArrayBuffer)
apps/webuiapps/src/lib/cardExtractor.ts:214
↓ 1 callersFunctionparseInlineArgValue
(rawValue: string)
apps/webuiapps/src/lib/llmClient.ts:103
↓ 1 callersFunctionparseMetaYamlActions
* Parse action definitions from meta.yaml * Standard array format: actions: [{ type, name, description, params: [{ name, type, ... }] }]
apps/webuiapps/src/lib/appRegistry.ts:249
↓ 1 callersFunctionparseParamsList
( lines: string[], startI: number, params: AppActionDef['params'], setI: (i: number) => void, )
apps/webuiapps/src/lib/appRegistry.ts:326
↓ 1 callersFunctionparsePngCardBytes
(buffer: ArrayBuffer)
apps/webuiapps/src/lib/cardExtractor.ts:155
↓ 1 callersFunctionparseStandardActions
(lines: string[], actions: AppActionDef[])
apps/webuiapps/src/lib/appRegistry.ts:268
↓ 1 callersFunctionpreprocessCustomMarkup
(content: string)
apps/webuiapps/src/pages/Diary/index.tsx:238
↓ 1 callersFunctionpump
()
apps/webuiapps/vite.config.ts:298
↓ 1 callersFunctionreadFile
(path: string)
apps/webuiapps/src/lib/fileApi.ts:186
↓ 1 callersMethodreceive
(type: string, messageId?: string, data?: unknown)
packages/vibe-container/src/utils/index.ts:75
↓ 1 callersMethodremoveByPath
* Remove a node by path
apps/webuiapps/src/lib/FileSystemStore.ts:301
↓ 1 callersFunctionrenderDiaryContent
(content: string)
apps/webuiapps/src/pages/Diary/index.tsx:307
↓ 1 callersFunctionrenderDiaryList
()
apps/webuiapps/src/pages/Diary/index.tsx:1210
↓ 1 callersFunctionrenderMessageContent
(content: string)
apps/webuiapps/src/components/ChatPanel/index.tsx:219
↓ 1 callersMethodrequestResponse
(messageId: string, success: boolean, data?: unknown)
packages/vibe-container/src/utils/index.ts:104
↓ 1 callersMethodrequestStart
(type: string, messageId: string, data?: unknown)
packages/vibe-container/src/utils/index.ts:100
↓ 1 callersMethodrequestTimeout
(type: string, messageId: string)
packages/vibe-container/src/utils/index.ts:109
↓ 1 callersMethodreset
()
apps/webuiapps/src/lib/modManager.ts:526
↓ 1 callersFunctionresizeWindow
(appId: number, width: number, height: number)
apps/webuiapps/src/lib/windowManager.ts:116
↓ 1 callersFunctionresolveAppAction
( appName: string, actionType: string, )
apps/webuiapps/src/lib/appRegistry.ts:471
↓ 1 callersFunctionresolveEmotionMedia
( config: CharacterConfig, emotion?: string, )
apps/webuiapps/src/lib/characterManager.ts:319
↓ 1 callersFunctionrunOne
(app: AppInput)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:309
↓ 1 callersFunctionsaveMemory
( sessionPath: string, content: string, category: string, )
apps/webuiapps/src/lib/memoryManager.ts:113
↓ 1 callersMethodsearchFiles
(data?: unknown)
packages/vibe-container/src/clientComManager/index.ts:314
↓ 1 callersMethodsend
(type: string, messageId?: string, data?: unknown)
packages/vibe-container/src/utils/index.ts:70
↓ 1 callersFunctionsendResult
(result: string | void)
apps/webuiapps/src/lib/action.ts:188
↓ 1 callersFunctionsessionDataPlugin
* Session data plugin — reads/writes files under ~/.openroom/sessions/ * API: /api/session-data?path={charId}/{modId}/chat/history.json * Supports G
apps/webuiapps/vite.config.ts:77
↓ 1 callersFunctionsetActiveMod
(collection: ModCollection, id: string)
apps/webuiapps/src/lib/modManager.ts:314
↓ 1 callersMethodsetDebugEnabled
(enabled: boolean)
packages/vibe-container/src/utils/index.ts:43
↓ 1 callersMethodsetEnabled
(enabled: boolean)
packages/vibe-container/src/utils/index.ts:52
↓ 1 callersFunctionsetSessionPath
(path: string)
apps/webuiapps/src/lib/sessionPath.ts:9
↓ 1 callersFunctionshuffle
(arr: Card[])
apps/webuiapps/src/pages/FreeCell/index.tsx:90
↓ 1 callersFunctionstripMarkdown
(text: string)
apps/webuiapps/src/pages/Diary/index.tsx:287
↓ 1 callersFunctionsummarizeApp
(app: AppInput, llmConfig: LlmConfig)
apps/webuiapps/src/lib/appGeneratorPlugin.ts:85
↓ 1 callersMethodsyncToCloud
* Sync write to cloud
apps/webuiapps/src/lib/FileSystemStore.ts:680
↓ 1 callersFunctiontoCurvedPath
(x1: number, y1: number, x2: number, y2: number)
apps/webuiapps/src/pages/CyberNews/index.tsx:395
↓ 1 callersMethodtoJSON
* Export as JSON
apps/webuiapps/src/lib/FileSystemStore.ts:460
↓ 1 callersMethodtoSnapshot
* Export as snapshot
apps/webuiapps/src/lib/FileSystemStore.ts:439
↓ 1 callersFunctiontranslateActionParams
* Pass through Action params without any transformation. * All file operations (create, update, delete) are handled by the LLM via file tools; * Act
apps/webuiapps/src/lib/vibeContainerMock.ts:110
↓ 1 callersFunctionupdateCharacter
( collection: CharacterCollection, char: CharacterConfig, )
apps/webuiapps/src/lib/characterManager.ts:259
↓ 1 callersMethodupdateChildrenPaths
* Recursively update children paths
apps/webuiapps/src/lib/FileSystemStore.ts:363
↓ 1 callersFunctionupdateEmotionImage
(emotion: string, url: string)
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:206
↓ 1 callersFunctionupdateTarget
(stageIndex: number, targetIndex: number, value: string)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:289
↓ 1 callersFunctionuseWindows
()
apps/webuiapps/src/components/Shell/index.tsx:47
↓ 1 callersFunctionwriteFile
(path: string, content: unknown)
apps/webuiapps/src/lib/fileApi.ts:222
FunctionActionsTaken
({ calls })
apps/webuiapps/src/components/ChatPanel/index.tsx:272
FunctionAlbum
()
apps/webuiapps/src/pages/Album/index.tsx:92
FunctionAppWindow
({ win })
apps/webuiapps/src/components/AppWindow/index.tsx:33
FunctionArticleDetail
({ article, onBack })
apps/webuiapps/src/pages/CyberNews/index.tsx:209
FunctionAvatar
({ name, avatarUrl, className })
apps/webuiapps/src/pages/Twitter/index.tsx:117
FunctionBoardBase
()
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:226
FunctionBoardCanvas
({ selectedCase, onMoveClue })
apps/webuiapps/src/pages/CyberNews/index.tsx:442
FunctionBoardSquares
({ selectedPos, validTargets, lastMove, checkKingPos, board, onSquareClick })
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:133
FunctionCameraRig
()
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:252
FunctionCaseSidebar
({ cases, selectedId, onSelect })
apps/webuiapps/src/pages/CyberNews/index.tsx:244
FunctionCategoryFilter
({ active, onSelect })
apps/webuiapps/src/pages/CyberNews/index.tsx:73
FunctionCharacterEditor
({ character, onSave, onClose })
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:160
FunctionCharacterPanel
({ collection, onSave, onClose })
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:18
FunctionChatPanel
({ onClose, visible = true, zIndex, onFocus })
apps/webuiapps/src/components/ChatPanel/index.tsx:391
FunctionChess
()
apps/webuiapps/src/pages/Chess/index.tsx:581
← previousnext →301–400 of 573, ranked by callers