Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ functions
Functions
573 in github.com/MiniMax-AI/OpenRoom
⨍
Functions
573
◇
Types & classes
164
↓ 1 callers
Function
configToEditable
(config: ModConfig)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:196
↓ 1 callers
Function
createDarkSquareTexture
()
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:70
↓ 1 callers
Function
createDeck
()
apps/webuiapps/src/pages/FreeCell/index.tsx:80
↓ 1 callers
Function
createFileSystemStore
(fileApi?: FileOperations)
apps/webuiapps/src/lib/FileSystemStore.ts:717
↓ 1 callers
Function
createInitialBoard
()
apps/webuiapps/src/pages/Chess/index.tsx:92
↓ 1 callers
Function
createLocalFileApi
()
apps/webuiapps/src/lib/localFileApi.ts:18
↓ 1 callers
Function
deal
(deck: Card[])
apps/webuiapps/src/pages/FreeCell/index.tsx:99
↓ 1 callers
Function
deleteFile
(path: string)
apps/webuiapps/src/lib/fileApi.ts:239
↓ 1 callers
Method
deleteFile
Delete file
apps/webuiapps/src/types/fileSystem.ts:103
↓ 1 callers
Method
deleteFromCloud
* Delete from cloud
apps/webuiapps/src/lib/FileSystemStore.ts:697
↓ 1 callers
Method
destroy
()
packages/vibe-container/src/clientComManager/index.ts:113
↓ 1 callers
Function
detectFormatType
(content: string)
apps/webuiapps/src/lib/cardExtractor.ts:442
↓ 1 callers
Function
detectImageTagPairs
(scripts: InternalScript[])
apps/webuiapps/src/lib/cardExtractor.ts:632
↓ 1 callers
Function
detectInputType
(fileName: string, buffer: ArrayBuffer)
apps/webuiapps/src/lib/cardExtractor.ts:245
↓ 1 callers
Function
detectSkinVariants
(scripts: InternalScript[])
apps/webuiapps/src/lib/cardExtractor.ts:669
↓ 1 callers
Function
dispatch
()
apps/webuiapps/src/lib/vibeContainerMock.ts:226
↓ 1 callers
Function
execMove
( st: GameState, src: SelectedSource, dest: | { zone: 'column'; colIdx: number } | { zone: 'free
apps/webuiapps/src/pages/FreeCell/index.tsx:204
↓ 1 callers
Function
executeFileTool
( toolName: string, params: Record<string, string>, )
apps/webuiapps/src/lib/fileTools.ts:192
↓ 1 callers
Function
executeImageGenTool
( params: Record<string, string>, config: ImageGenConfig | null, )
apps/webuiapps/src/lib/imageGenTools.ts:69
↓ 1 callers
Function
executeListApps
()
apps/webuiapps/src/lib/appRegistry.ts:501
↓ 1 callers
Function
executeMemoryTool
( sessionPath: string, params: Record<string, string>, )
apps/webuiapps/src/lib/memoryManager.ts:141
↓ 1 callers
Function
executeMove
Execute a move and return the new complete GameState
apps/webuiapps/src/pages/Chess/index.tsx:462
↓ 1 callers
Function
extractAppsFromEntries
(entries: Record<string, InternalEntry>)
apps/webuiapps/src/lib/cardExtractor.ts:465
↓ 1 callers
Function
extractCard
(file: File)
apps/webuiapps/src/lib/cardExtractor.ts:948
↓ 1 callers
Function
extractExample
(content: string)
apps/webuiapps/src/lib/cardExtractor.ts:449
↓ 1 callers
Function
extractInlineToolCalls
(rawContent: string)
apps/webuiapps/src/lib/llmClient.ts:113
↓ 1 callers
Function
extractJson
* Extract valid JSON string from LLM output. * Handles common cases: markdown code block wrapping, extra text around JSON.
apps/webuiapps/src/lib/fileTools.ts:13
↓ 1 callers
Function
extractLoreEntries
(entries: Record<string, InternalEntry>)
apps/webuiapps/src/lib/cardExtractor.ts:501
↓ 1 callers
Function
extractResources
(content: string)
apps/webuiapps/src/lib/cardExtractor.ts:410
↓ 1 callers
Function
extractTags
(content: string)
apps/webuiapps/src/lib/cardExtractor.ts:316
↓ 1 callers
Function
extractTagsFromRegex
(findRegex: string)
apps/webuiapps/src/lib/cardExtractor.ts:530
↓ 1 callers
Method
finishTarget
(targetIds: number[])
apps/webuiapps/src/lib/modManager.ts:426
↓ 1 callers
Function
formatDetailTime
(timestamp: number)
apps/webuiapps/src/pages/Email/index.tsx:86
↓ 1 callers
Function
formatEmailTime
(timestamp: number)
apps/webuiapps/src/pages/Email/index.tsx:66
↓ 1 callers
Function
formatImageDate
Format createdAt timestamp to localized date-time string, returns empty string if unparseable
apps/webuiapps/src/pages/Album/index.tsx:73
↓ 1 callers
Method
fromJSON
* Restore from JSON
apps/webuiapps/src/lib/FileSystemStore.ts:468
↓ 1 callers
Method
fromSnapshot
* Restore from snapshot
apps/webuiapps/src/lib/FileSystemStore.ts:450
↓ 1 callers
Function
generateCharacterId
()
apps/webuiapps/src/lib/characterManager.ts:57
↓ 1 callers
Function
generateImage
( prompt: string, config: ImageGenConfig, )
apps/webuiapps/src/lib/imageGenClient.ts:96
↓ 1 callers
Function
generateImageGemini
( prompt: string, config: ImageGenConfig, )
apps/webuiapps/src/lib/imageGenClient.ts:150
↓ 1 callers
Function
generateImageOpenAI
( prompt: string, config: ImageGenConfig, )
apps/webuiapps/src/lib/imageGenClient.ts:115
↓ 1 callers
Function
generateRootRouter
(list: RouterItemConfig[])
apps/webuiapps/src/routers/index.tsx:120
↓ 1 callers
Method
getAllNodes
* Get all nodes
apps/webuiapps/src/lib/FileSystemStore.ts:161
↓ 1 callers
Function
getAnthropicMessagesPath
(baseUrl: string)
apps/webuiapps/src/lib/llmClient.ts:170
↓ 1 callers
Function
getAppActionToolDefinition
()
apps/webuiapps/src/lib/appRegistry.ts:430
↓ 1 callers
Function
getAppDefaultSize
(appId: number)
apps/webuiapps/src/lib/appRegistry.ts:196
↓ 1 callers
Function
getAppDisplayName
(appId: number)
apps/webuiapps/src/lib/appRegistry.ts:192
↓ 1 callers
Function
getBase
()
apps/webuiapps/vite.config.ts:384
↓ 1 callers
Method
getById
* Get node by ID
apps/webuiapps/src/lib/FileSystemStore.ts:106
↓ 1 callers
Method
getCharacterInfo
()
packages/vibe-container/src/clientComManager/index.ts:330
↓ 1 callers
Function
getCharacterList
(collection: CharacterCollection)
apps/webuiapps/src/lib/characterManager.ts:248
↓ 1 callers
Function
getCharacterPromptContext
(config: CharacterConfig)
apps/webuiapps/src/lib/characterManager.ts:370
↓ 1 callers
Method
getCurrentTargets
()
apps/webuiapps/src/lib/modManager.ts:410
↓ 1 callers
Method
getCurrentTargetsDescription
()
apps/webuiapps/src/lib/modManager.ts:418
↓ 1 callers
Function
getDarkSquareTex
()
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:120
↓ 1 callers
Function
getDesktopApps
()
apps/webuiapps/src/lib/appRegistry.ts:203
↓ 1 callers
Function
getDirPath
(fullPath: string)
apps/webuiapps/src/lib/path.ts:49
↓ 1 callers
Function
getEmailPreview
(content: string, maxLen = 80)
apps/webuiapps/src/pages/Email/index.tsx:102
↓ 1 callers
Function
getFileToolDefinitions
()
apps/webuiapps/src/lib/fileTools.ts:89
↓ 1 callers
Function
getFinishTargetToolDef
()
apps/webuiapps/src/components/ChatPanel/index.tsx:148
↓ 1 callers
Function
getImageGenToolDefinitions
()
apps/webuiapps/src/lib/imageGenTools.ts:31
↓ 1 callers
Function
getInitial
(name: string)
apps/webuiapps/src/pages/Email/index.tsx:97
↓ 1 callers
Function
getInitial
(name: string)
apps/webuiapps/src/pages/Twitter/index.tsx:108
↓ 1 callers
Function
getListAppsToolDefinition
()
apps/webuiapps/src/lib/appRegistry.ts:482
↓ 1 callers
Function
getMemoryToolDefinitions
()
apps/webuiapps/src/lib/memoryManager.ts:29
↓ 1 callers
Function
getModList
(collection: ModCollection)
apps/webuiapps/src/lib/modManager.ts:281
↓ 1 callers
Function
getOpenAICompletionsPath
(baseUrl: string)
apps/webuiapps/src/lib/llmClient.ts:166
↓ 1 callers
Function
getResources
()
apps/webuiapps/src/i18/index.ts:21
↓ 1 callers
Function
getRespondToUserToolDef
()
apps/webuiapps/src/components/ChatPanel/index.tsx:106
↓ 1 callers
Method
getRoot
* Get root node
apps/webuiapps/src/lib/FileSystemStore.ts:154
↓ 1 callers
Function
getSourceDirToAppId
()
apps/webuiapps/src/lib/appRegistry.ts:227
↓ 1 callers
Function
getSourceDirToAppName
()
apps/webuiapps/src/lib/appRegistry.ts:218
↓ 1 callers
Function
getSubtitle
()
apps/webuiapps/src/pages/Gomoku/index.tsx:424
↓ 1 callers
Method
getSystemSettings
()
packages/vibe-container/src/clientComManager/index.ts:334
↓ 1 callers
Function
getTitle
()
apps/webuiapps/src/pages/Gomoku/index.tsx:419
↓ 1 callers
Function
getToolPreview
(block: { name: string; input: Record<string, unknown> })
apps/webuiapps/src/lib/appGeneratorPlugin.ts:198
↓ 1 callers
Method
getUserInfo
()
packages/vibe-container/src/clientComManager/index.ts:326
↓ 1 callers
Function
handleAddEmotion
()
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:184
↓ 1 callers
Function
handleAddTarget
(stageIndex: number)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:277
↓ 1 callers
Function
handleCommentClick
()
apps/webuiapps/src/pages/Twitter/index.tsx:296
↓ 1 callers
Function
handleDelete
(id: string)
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:30
↓ 1 callers
Function
handleDelete
(id: string)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:34
↓ 1 callers
Method
handleHandshakeAck
(message: MessageContent)
packages/vibe-container/src/clientComManager/index.ts:222
↓ 1 callers
Function
handleIgProviderChange
(p: ImageGenProvider)
apps/webuiapps/src/components/ChatPanel/index.tsx:1272
↓ 1 callers
Function
handleLikeClick
()
apps/webuiapps/src/pages/Twitter/index.tsx:288
↓ 1 callers
Function
handleModelChange
(newModel: string)
apps/webuiapps/src/components/ChatPanel/index.tsx:1267
↓ 1 callers
Function
handleProviderChange
(p: LLMProvider)
apps/webuiapps/src/components/ChatPanel/index.tsx:1259
↓ 1 callers
Function
handleRemoveEmotion
(emotion: string)
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:192
↓ 1 callers
Function
handleRemoveStage
(index: number)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:267
↓ 1 callers
Function
handleRemoveTarget
(stageIndex: number, targetIndex: number)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:283
↓ 1 callers
Method
handleResponse
(message: MessageContent)
packages/vibe-container/src/clientComManager/index.ts:202
↓ 1 callers
Function
handleSelect
(id: string)
apps/webuiapps/src/components/ChatPanel/CharacterPanel.tsx:26
↓ 1 callers
Function
handleSelect
(id: string)
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:30
↓ 1 callers
Function
handleSquareClick
(r: number, c: number)
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:374
↓ 1 callers
Method
handshakeStart
(appId?: number)
packages/vibe-container/src/utils/index.ts:80
↓ 1 callers
Method
handshakeSuccess
(appId?: number)
packages/vibe-container/src/utils/index.ts:85
↓ 1 callers
Function
hasNewListenerSince
(appId: number)
apps/webuiapps/src/lib/vibeContainerMock.ts:91
↓ 1 callers
Function
init
()
apps/webuiapps/src/pages/MusicApp/index.tsx:878
↓ 1 callers
Function
init
()
apps/webuiapps/src/pages/Email/index.tsx:604
↓ 1 callers
Function
init
()
apps/webuiapps/src/pages/EvidenceVault/index.tsx:449
← previous
next →
201–300 of 573, ranked by callers