MCPcopy Create free account

hub / github.com/ValueCell-ai/ClawX / functions

Functions2,554 in github.com/ValueCell-ai/ClawX

↓ 2 callersFunctionextractMarkdownImageRefs
Extract image targets from markdown `![alt](target)` in assistant text.
src/stores/chat/helpers.ts:748
↓ 2 callersFunctionextractModelId
(provider: string, modelRef: string)
electron/utils/openclaw-auth.ts:1541
↓ 2 callersFunctionextractSessionRecords
(store: JsonRecord)
electron/utils/session-util.ts:15
↓ 2 callersFunctionextractTextFromContent
(content: unknown)
src/stores/chat.ts:2130
↓ 2 callersFunctionextractTextFromContent
(content: unknown)
src/stores/chat/helpers.ts:1608
↓ 2 callersFunctionextractTokens
Extract `{{var}}` interpolation tokens (i18next default style).
tests/unit/i18n-locale-parity.test.ts:145
↓ 2 callersFunctionfallbackModelsEqual
(a?: string[], b?: string[])
src/components/settings/ProvidersSettings.tsx:85
↓ 2 callersFunctionfallbackProviderIdsEqual
(a?: string[], b?: string[])
src/components/settings/ProvidersSettings.tsx:75
↓ 2 callersFunctionfetchCronSessionHistory
(sessionKey: string, limit = 200)
src/lib/cron-session-history.ts:4
↓ 2 callersFunctionfetchQuickAccessSkills
(input: { workspace?: string; agentDir?: string; })
src/lib/quick-access-skills.ts:4
↓ 2 callersFunctionfetchSessionLabelSummaries
(sessionKeys: string[])
src/stores/chat.ts:176
↓ 2 callersFunctionfetchWeChatQrCode
(apiBaseUrl: string, accountId?: string, botType = DEFAULT_ILINK_BOT_TYPE)
electron/utils/wechat-login.ts:245
↓ 2 callersFunctionfileExists
Non-throwing async existence check.
electron/utils/device-identity.ts:57
↓ 2 callersFunctionfilterEnabledQuickAccessSkills
( skills: QuickAccessSkill[], runtimeSkills?: QuickAccessRuntimeSkillStatus[] | null, configs?: Record<s
electron/utils/skill-quick-access.ts:343
↓ 2 callersFunctionfilterUsageHistoryByWindow
( entries: UsageHistoryEntry[], window: UsageWindow, now = Date.now(), )
src/pages/Models/usage-history.ts:104
↓ 2 callersFunctionfindExistingGatewayProcess
(options: { port: number; ownedPid?: number; })
electron/gateway/supervisor.ts:238
↓ 2 callersFunctionfindLastImageGenerateToolCallIndex
(segmentMessages: RawMessage[])
src/pages/Chat/image-generation-status.ts:66
↓ 2 callersFunctionfindParentNodeModules
Walk up from a path until we find a parent named node_modules.
electron/utils/plugin-install.ts:422
↓ 2 callersFunctionfindSkillTokenRange
(value: string, skillName: string)
src/pages/Chat/ChatInput.tsx:72
↓ 2 callersFunctionfindUvInPathSync
()
electron/utils/uv-setup.ts:53
↓ 2 callersFunctionfingerprintPublicKey
(publicKeyPem: string)
electron/utils/device-identity.ts:51
↓ 2 callersFunctionfinish
(value: boolean)
electron/utils/uv-env.ts:73
↓ 2 callersMethodfinishLogin
* Finish login: close socket and emit success after credentials are saved
electron/utils/whatsapp-login.ts:233
↓ 2 callersFunctionflushBuffer
()
electron/utils/logger.ts:58
↓ 2 callersFunctionfmtPercent
(value)
scripts/comms/compare.mjs:39
↓ 2 callersFunctionfocusMainWindow
()
electron/main/index.ts:254
↓ 2 callersFunctionfocusWindow
(win: BrowserWindow)
electron/main/index.ts:241
↓ 2 callersFunctionforceNextHistoryLoad
(sessionKey: string)
src/stores/chat.ts:336
↓ 2 callersFunctionformatBytes
(bytes)
scripts/download-bundled-agent-browser.mjs:51
↓ 2 callersFunctionformatConfiguredModelLabel
( modelId: string, account: ProviderAccount, vendorMap: Map<string, ProviderVendorInfo>, )
src/lib/model-options.ts:71
↓ 2 callersFunctionformatModelLabel
(model: unknown)
electron/utils/agent-config.ts:119
↓ 2 callersFunctionformatTimestamp
(timestamp: unknown)
src/pages/Chat/message-utils.ts:562
↓ 2 callersFunctionformatUsageSource
(source?: string)
src/pages/Models/index.tsx:51
↓ 2 callersFunctionformatUsageTimestamp
(timestamp: string)
src/pages/Models/index.tsx:529
↓ 2 callersFunctiongenerateImagePreview
(filePath: string, mimeType: string)
electron/services/media-api.ts:40
↓ 2 callersFunctiongenerateImagePreview
(filePath: string, mimeType: string)
electron/services/files-api.ts:107
↓ 2 callersFunctiongetAgentsDefaults
(config: unknown)
electron/utils/openclaw-image-generation.ts:93
↓ 2 callersFunctiongetAttachmentMergeKey
(file: AttachedFile)
src/stores/chat.ts:3028
↓ 2 callersFunctiongetAttachmentMergeKey
(file: AttachedFile)
src/stores/chat/history-actions.ts:97
↓ 2 callersFunctiongetBundledUvPath
* Get the path to the bundled uv binary
electron/utils/uv-setup.ts:12
↓ 2 callersFunctiongetCachedSessionRunState
(sessionKey: string)
src/stores/chat.ts:380
↓ 2 callersFunctiongetChangedFiles
(since = 'origin/main', cwd = ROOT)
harness/src/git.mjs:16
↓ 2 callersFunctiongetChannelBindingMap
* Returns a map of channelType -> agentId from bindings. * Account-scoped bindings are preferred; channel-wide bindings serve as fallback. * Multipl
electron/utils/agent-config.ts:253
↓ 2 callersFunctiongetChannelConfig
(channelType: string, accountId?: string)
electron/utils/channel-config.ts:935
↓ 2 callersFunctiongetChannelFormValues
(channelType: string, accountId?: string)
electron/utils/channel-config.ts:997
↓ 2 callersFunctiongetCommonProperties
()
electron/utils/telemetry.ts:14
↓ 2 callersFunctiongetComparableAttachmentSignature
(message: Pick<RawMessage, '_attachedFiles'>)
src/stores/chat.ts:661
↓ 2 callersFunctiongetComparableAttachmentSignature
(message: Pick<RawMessage, '_attachedFiles'>)
src/stores/chat/helpers.ts:235
↓ 2 callersMethodgetCurrentEpoch
()
electron/gateway/lifecycle-controller.ts:14
↓ 2 callersMethodgetDefaultLegacyProvider
* @deprecated Use getDefaultAccountId().
electron/services/providers/provider-service.ts:577
↓ 2 callersFunctiongetDefaultProvider
()
electron/utils/secure-storage.ts:211
↓ 2 callersFunctiongetDefaultProviderAccountId
()
electron/services/providers/provider-store.ts:101
↓ 2 callersFunctiongetDefaultSkills
(t: TFunction)
src/pages/Setup/index.tsx:74
↓ 2 callersFunctiongetDeliveryAccountDisplayName
(account: DeliveryChannelAccount, t: TFunction)
src/pages/Cron/index.tsx:273
↓ 2 callersFunctiongetDirSize
(dir)
scripts/bundle-openclaw.mjs:484
↓ 2 callersFunctiongetEnv
(value: unknown)
electron/services/skills-api.ts:53
↓ 2 callersFunctiongetImageGenerationRuntime
()
electron/utils/openclaw-image-generation-runtime.ts:65
↓ 2 callersFunctiongetLastAbortedRunId
()
src/stores/chat/helpers.ts:1862
↓ 2 callersFunctiongetMacTrafficLightChromeOffset
( chromeHeight = MAC_SIDEBAR_CHROME_HEIGHT, buttonFrameHeight = MAC_TRAFFIC_LIGHT_FRAME_HEIGHT, )
shared/sidebar-layout.ts:34
↓ 2 callersFunctiongetMacTrafficLightFrameHeight
(darwinMajor: number)
shared/sidebar-layout.ts:27
↓ 2 callersFunctiongetMacTrafficLightPosition
(sidebarCollapsed: boolean)
electron/main/traffic-light-layout.ts:19
↓ 2 callersFunctiongetMacTrafficLightPosition
(options: { sidebarCollapsed: boolean; chromeHeight?: number; buttonFrameHeight?: number; })
shared/sidebar-layout.ts:41
↓ 2 callersMethodgetMarketplaceCapability
()
electron/gateway/clawhub.ts:67
↓ 2 callersFunctiongetMimeType
(ext: string)
electron/main/ipc-handlers.ts:1285
↓ 2 callersFunctiongetModelInputHelpers
()
electron/utils/openclaw-image-generation-runtime.ts:106
↓ 2 callersFunctiongetModelRefProviderKey
* Remove a provider completely from OpenClaw (delete config, disable plugins, delete keys)
electron/utils/openclaw-auth.ts:998
↓ 2 callersFunctiongetNodeExecForCli
()
electron/utils/openclaw-cli.ts:330
↓ 2 callersFunctiongetOAuthEndpoints
(region: MiniMaxRegion)
electron/utils/minimax-oauth.ts:34
↓ 2 callersFunctiongetOAuthPluginRegistration
(provider: string)
electron/utils/openclaw-auth.ts:189
↓ 2 callersFunctiongetPathEnvValue
(env: EnvMap)
electron/utils/env-path.ts:29
↓ 2 callersFunctiongetPrimaryChannels
()
shared/types/channel.ts:559
↓ 2 callersFunctiongetProtocolBaseUrlPlaceholder
( apiProtocol: ProviderAccount['apiProtocol'], )
src/components/settings/ProvidersSettings.tsx:66
↓ 2 callersFunctiongetProviderFallbackModelRefs
(config: ProviderConfig)
electron/services/providers/provider-runtime-sync.ts:148
↓ 2 callersFunctiongetProviderModelRef
(config: ProviderConfig)
electron/services/providers/provider-runtime-sync.ts:129
↓ 2 callersFunctiongetSessionKey
(payload: unknown)
electron/services/sessions-api.ts:195
↓ 2 callersFunctiongetSessionLabelHydrationCandidate
( session: Pick<ChatSession, 'key' | 'updatedAt' | 'label' | 'displayName' | 'derivedTitle'>, sessionLabel
src/stores/chat/session-label-hydration.ts:50
↓ 2 callersFunctiongetSessionLabelHydrationVersion
( session: Pick<ChatSession, 'key' | 'updatedAt' | 'label' | 'displayName' | 'derivedTitle'>, sessionLastA
src/stores/chat/session-label-hydration.ts:41
↓ 2 callersFunctiongetSkillKey
(payload: unknown)
electron/services/skills-api.ts:45
↓ 2 callersFunctiongetSkillPrefix
(skillName: string)
src/pages/Chat/ChatInput.tsx:62
↓ 2 callersFunctiongetStartupHistoryTimeoutOverride
( isInitialForegroundLoad: boolean, )
src/stores/chat/history-startup-retry.ts:88
↓ 2 callersFunctiongetStore
()
electron/main/window.ts:19
↓ 2 callersFunctiongetToolCallFilePath
* Extract file path from a tool call's arguments by toolCallId. * Searches common argument names: file_path, filePath, path, file.
src/stores/chat.ts:1236
↓ 2 callersFunctiongetUnsupportedCronDeliveryError
(_channel: string | undefined)
electron/services/cron-api.ts:247
↓ 2 callersFunctiongetValueAtPath
(obj: JsonValue, dottedPath: string)
tests/unit/i18n-locale-parity.test.ts:132
↓ 2 callersFunctiongetVirtualStoreNodeModules
(realPkgPath)
scripts/bundle-openclaw-plugins.mjs:51
↓ 2 callersFunctiongetVirtualStoreNodeModules
(realPkgPath)
scripts/after-pack.cjs:532
↓ 2 callersFunctiongetZoomLevel
(app: ElectronApplication)
tests/e2e/zoom-shortcuts.spec.ts:4
↓ 2 callersFunctionguessFactoryExport
(subpath)
scripts/generate-ext-bridge.mjs:131
↓ 2 callersFunctionhandleConnect
()
src/components/channels/ChannelConfigModal.tsx:326
↓ 2 callersFunctionhandleProxySettingsChange
(gatewayManager: GatewayManager)
electron/services/settings-api.ts:77
↓ 2 callersFunctionhandleRenameCancel
()
src/components/layout/Sidebar.tsx:231
↓ 2 callersFunctionhandleRequestClose
()
src/pages/Agents/index.tsx:481
↓ 2 callersFunctionhandleRunOpenClawDoctor
(mode: 'diagnose' | 'fix')
src/pages/Settings/index.tsx:120
↓ 2 callersFunctionhandleStartRename
(key: string, currentLabel: string)
src/components/layout/Sidebar.tsx:213
↓ 2 callersFunctionhasApiKey
(providerId: string)
electron/utils/secure-storage.ts:98
↓ 2 callersFunctionhasAssistantAfterLastRealUser
(messages: RawMessage[])
src/stores/chat/helpers.ts:1880
↓ 2 callersFunctionhasCachedActiveUserRun
(sessionKey: string)
src/stores/chat.ts:2479
↓ 2 callersFunctionhasConfiguredProviderCredentials
( account: ProviderAccount, statusById: Map<string, ProviderWithKeyInfo>, )
src/lib/model-options.ts:84
↓ 2 callersFunctionhasFreshRunningStreamingTool
(streamingTools: ToolStatus[], now: number)
src/pages/Chat/image-generation-status.ts:134
↓ 2 callersMethodhasLegacyProviderApiKey
* @deprecated Use hasAccountApiKey(accountId).
electron/services/providers/provider-service.ts:609
← previousnext →901–1,000 of 2,554, ranked by callers