MCPcopy Create free account

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

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

↓ 5 callersFunctionsetExpanded
(next: boolean)
src/pages/Chat/ExecutionGraphCard.tsx:196
↓ 5 callersFunctionsetLastChatEventAt
(value: number)
src/stores/chat/helpers.ts:1850
↓ 5 callersFunctionshouldIncludeSessionInSidebarList
(session: ChatSession)
src/stores/chat/session-key-utils.ts:34
↓ 5 callersFunctionshouldOfferDirectOpenFallback
(ext?: string | null, size?: number)
src/components/file-preview/open-file-utils.ts:11
↓ 5 callersFunctionshouldTrackInboundRunLifecycle
( state: Pick<ChatState, 'lastUserMessageAt' | 'sending' | 'activeRunId' | 'pendingFinal'>, sessionKey?: s
src/stores/chat.ts:2484
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-question-directory.spec.ts:5
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-table-header-light.spec.ts:8
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-assistant-markdown-plain.spec.ts:9
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-scroll-to-latest.spec.ts:5
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/cron-skill-picker.spec.ts:3
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-code-block-wrap.spec.ts:14
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-scroll-pin-bottom.spec.ts:6
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/chat-latex-rendering.spec.ts:5
↓ 5 callersFunctionstableStringify
(value: unknown)
tests/e2e/fixtures/electron.ts:231
↓ 5 callersFunctionstreamingText
(paragraphs: number)
tests/e2e/chat-scroll-pin-bottom.spec.ts:24
↓ 5 callersFunctionsupportsRichDocumentPreview
(ext: string)
src/lib/generated-files.ts:196
↓ 5 callersFunctionsyncAgentModelsToRuntime
(agentIds?: Set<string>)
electron/services/providers/provider-runtime-sync.ts:470
↓ 5 callersFunctionsyncUpdatedProviderToRuntime
( config: ProviderConfig, apiKey: string | undefined, gatewayManager?: GatewayManager, )
electron/services/providers/provider-runtime-sync.ts:529
↓ 5 callersFunctiontoOpenClawChannelType
(channelType: string)
electron/utils/channel-alias.ts:12
↓ 5 callersFunctiontoOpenClawChannelType
(channelType: string)
src/lib/channel-alias.ts:12
↓ 5 callersFunctiontoSessionLabel
(text: string, maxLength = 50)
src/stores/chat.ts:265
↓ 5 callersFunctiontoUserMessage
(error: unknown)
src/lib/error-message.ts:5
↓ 5 callersFunctionupdateAgentModelProvider
( providerType: string, entry: AgentModelProviderEntry, )
electron/utils/openclaw-auth.ts:2698
↓ 5 callersFunctionupsertOpenClawProviderEntry
( config: Record<string, unknown>, provider: string, options: ProviderEntryBuildOptions, )
electron/utils/openclaw-auth.ts:1806
↓ 5 callersFunctionupsertToolStatuses
(current: ToolStatus[], updates: ToolStatus[])
src/stores/chat.ts:2273
↓ 4 callersMethod_getProviderApiKeyInternal
Internal: read an account's api key without warning.
electron/services/providers/provider-service.ts:464
↓ 4 callersMethod_saveProviderInternal
Internal: upsert a legacy provider config (creates or updates the account).
electron/services/providers/provider-service.ts:430
↓ 4 callersFunctionaddPath
(path: string)
src/lib/collect-dropped-files.ts:88
↓ 4 callersFunctionaddProvidersFromProfileEntries
( profiles: Record<string, unknown> | undefined, target: Set<string>, options?: { includeRawKeys?: boole
electron/utils/openclaw-auth.ts:646
↓ 4 callersFunctionapplyAppName
(label: string)
electron/main/menu.ts:10
↓ 4 callersFunctionapplyProxySettings
( partialSettings?: Pick<AppSettings, | 'proxyEnabled' | 'proxyServer' | 'proxyHttpServer' |
electron/main/proxy.ts:6
↓ 4 callersFunctionassertValidApiProtocol
( api: unknown, providerKey?: string, )
electron/shared/providers/types.ts:86
↓ 4 callersFunctionbuildDirectoryTargetOptions
( entries: DirectoryEntry[], normalizeTarget: (target: string) => string | undefined, )
electron/services/channels-api.ts:415
↓ 4 callersFunctionbuildSessionSwitchPatch
( state: Pick< ChatState, | 'currentSessionKey' | 'messages' | 'sessions' | 'sessionLabe
src/stores/chat.ts:1868
↓ 4 callersMethodcancelAutoInstall
()
electron/main/updater.ts:249
↓ 4 callersMethodcheckForUpdates
* Check for updates. * electron-updater automatically tries providers defined in electron-builder.yml in order. * * In dev mode (not packed),
electron/main/updater.ts:172
↓ 4 callersFunctionclassifyFileExt
(ext: string)
src/lib/generated-files.ts:176
↓ 4 callersFunctioncleanupWhatsAppLoginCredentials
* Standalone implementation of the cleanup logic from WhatsAppLoginManager.stop(). * This mirrors the exact logic added in the fix, enabling us to un
tests/unit/whatsapp-login.test.ts:66
↓ 4 callersFunctioncollectToolUpdates
(message: unknown, eventState: string)
src/stores/chat.ts:2307
↓ 4 callersFunctionconnectGatewaySocket
(options: { port: number; deviceIdentity: DeviceIdentity | null; platform: string; pendingRequests: Ma
electron/gateway/ws-client.ts:176
↓ 4 callersFunctionconnectGatewayWithStartupRetry
(options: { connect: (port: number, externalToken?: string) => Promise<void>; port: number; externalToke
electron/gateway/startup-recovery.ts:90
↓ 4 callersFunctioncpSyncSafe
(src: string, dest: string)
electron/utils/plugin-install.ts:41
↓ 4 callersFunctioncreateAgentsApi
(ctx: AgentsApiContext)
electron/services/agents-api.ts:47
↓ 4 callersFunctioncreateImplicitMainEntry
(config: AgentConfigDocument)
electron/utils/agent-config.ts:176
↓ 4 callersFunctioncreateMainWindowFocusState
()
electron/main/main-window-focus.ts:8
↓ 4 callersFunctiondeferred
()
tests/unit/skills-store-fetch-parallel.test.ts:19
↓ 4 callersFunctiondeleteAgentConfig
(agentId: string)
electron/utils/agent-config.ts:695
↓ 4 callersFunctiondeleteModelConfigIfEmpty
(parent: Record<string, unknown>)
electron/utils/openclaw-auth.ts:1028
↓ 4 callersFunctiondirectoryChildrenSignature
(path: string, maxEntries = 200)
electron/gateway/prelaunch-maintenance-cache.ts:92
↓ 4 callersFunctionensureAnthropicMessagesProviderDefaults
* Ensure `models.providers.*` entries using `anthropic-messages` include the * token limits OpenClaw's transport layer requires. Returns whether `ent
electron/utils/openclaw-auth.ts:1654
↓ 4 callersFunctionensurePluginRegistration
(currentConfig: OpenClawConfig, pluginId: string)
electron/utils/channel-config.ts:340
↓ 4 callersFunctionexpectPinnedToBottom
()
tests/e2e/chat-scroll-pin-bottom.spec.ts:100
↓ 4 callersFunctionextnameOf
(path: string)
src/lib/generated-files.ts:233
↓ 4 callersFunctionextractFilePathsFromToolArgs
(args: Record<string, unknown>)
src/stores/chat.ts:960
↓ 4 callersFunctionextractImages
( message: RawMessage | unknown, )
src/pages/Chat/message-utils.ts:468
↓ 4 callersFunctionextractText
(content: unknown)
tests/unit/history-transcript-fa3ccd85-fixture.test.ts:50
↓ 4 callersFunctionfileExists
(p: string)
electron/utils/channel-config.ts:181
↓ 4 callersFunctionfileExists
Non-throwing async existence check.
tests/unit/sanitize-config.test.ts:149
↓ 4 callersFunctionfilterActiveProviderKeysForUi
( activeKeys: Iterable<string>, options?: { hasConfiguredOpenAiApiKey?: boolean }, )
electron/utils/provider-keys.ts:71
↓ 4 callersFunctionfinish
(ok: boolean)
electron/gateway/supervisor.ts:305
↓ 4 callersFunctionflushMicrotasks
()
tests/unit/gateway-ws-client.test.ts:70
↓ 4 callersFunctionfmtNumber
(value)
scripts/comms/compare.mjs:43
↓ 4 callersFunctionformatMessage
(level: string, message: string, ...args: unknown[])
electron/utils/logger.ts:131
↓ 4 callersFunctiongetAgentIdFromSessionKey
(sessionKey: string)
src/stores/chat/session-actions.ts:18
↓ 4 callersFunctiongetAllSkillConfigs
()
electron/utils/skill-config.ts:258
↓ 4 callersFunctiongetAuthProfilesSqlitePath
(agentId: string)
electron/utils/openclaw-auth-sqlite.ts:85
↓ 4 callersFunctiongetCronSessionBaseKey
(sessionKey: string)
src/stores/chat/cron-session-utils.ts:37
↓ 4 callersMethodgetDefaultAccountId
()
electron/services/providers/provider-service.ts:341
↓ 4 callersFunctiongetId
(payload: unknown)
electron/services/cron-api.ts:493
↓ 4 callersFunctiongetInvokeHandler
(channel: string)
tests/e2e/fixtures/electron.ts:244
↓ 4 callersMethodgetLegacyProviderApiKey
* @deprecated Use getAccountApiKey(accountId).
electron/services/providers/provider-service.ts:593
↓ 4 callersFunctiongetMessageStopReason
(message: RawMessage | unknown)
src/stores/chat/helpers.ts:441
↓ 4 callersFunctiongetMimeType
(ext: string)
electron/services/files-api.ts:96
↓ 4 callersFunctiongetMimeTypeForExt
(ext: string)
src/lib/generated-files.ts:172
↓ 4 callersFunctiongetModelIdFromRef
(modelRef: string | undefined, providerKey: string)
electron/main/provider-model-sync.ts:19
↓ 4 callersFunctiongetOpenClawProviderKeyForType
(type: string, providerId: string)
electron/utils/provider-keys.ts:24
↓ 4 callersFunctiongetOpenClawStatus
()
electron/utils/paths.ts:193
↓ 4 callersFunctiongetPathEnvKey
(env: EnvMap)
electron/utils/env-path.ts:15
↓ 4 callersFunctiongetPostTriggerSegmentMessages
( messages: RawMessage[], triggerIndex: number, nextUserIndex: number, )
src/pages/Chat/task-visualization.ts:128
↓ 4 callersFunctiongetPreviewMergeKey
(message: RawMessage)
src/stores/chat.ts:3004
↓ 4 callersFunctiongetPreviewMergeKey
(message: RawMessage)
src/stores/chat/history-actions.ts:73
↓ 4 callersFunctiongetProvider
(providerId: string)
electron/utils/secure-storage.ts:141
↓ 4 callersFunctiongetRecentTokenUsageHistory
(limit?: number)
electron/utils/token-usage.ts:92
↓ 4 callersFunctiongetReconnectSkipReason
(context: ReconnectAttemptContext)
electron/gateway/process-policy.ts:27
↓ 4 callersFunctiongetResourcesDir
()
electron/utils/paths.ts:97
↓ 4 callersFunctiongetSecretStore
()
electron/services/secrets/secret-store.ts:68
↓ 4 callersFunctiongetUserAgentHeader
(headers?: Record<string, string>)
src/components/settings/ProvidersSettings.tsx:91
↓ 4 callersFunctiongetVirtualStoreNodeModules
* Given a real path of a package, find the containing virtual-store node_modules. * e.g. .pnpm/chalk@5.4.1/node_modules/chalk -> .pnpm/chalk@5.4.1/no
scripts/bundle-openclaw.mjs:146
↓ 4 callersFunctiongitLines
(args, cwd = ROOT)
harness/src/git.mjs:7
↓ 4 callersFunctionhasConfiguredCredentials
( account: ProviderAccount, status?: ProviderWithKeyInfo, )
src/lib/provider-accounts.ts:113
↓ 4 callersFunctionhasInvalidConfigFailureSignal
( startupError: unknown, startupStderrLines: string[], )
electron/gateway/startup-recovery.ts:47
↓ 4 callersFunctionhasOptimisticServerEcho
( loadedMessages: RawMessage[], optimistic: RawMessage, optimisticTimestampMs: number, )
src/stores/chat/helpers.ts:359
↓ 4 callersMethodinstall
(params: MarketplaceInstallParams)
electron/gateway/clawhub.ts:51
↓ 4 callersFunctionisChannelBinding
(binding: unknown)
electron/utils/agent-config.ts:220
↓ 4 callersFunctionisConfiguredModelRefAvailable
( modelRef: string | null | undefined, modelOptions: ConfiguredModelOption[], )
src/lib/model-options.ts:190
↓ 4 callersFunctionisControlUiBrowserPairingRequest
(request: PendingDevicePairingRequest)
electron/utils/control-ui-device-pairing.ts:44
↓ 4 callersFunctionisGatewayWsTraceEnabled
()
electron/gateway/ws-trace.ts:13
↓ 4 callersFunctionisHtmlPreviewExt
(ext: string | null | undefined)
src/lib/generated-files.ts:201
↓ 4 callersFunctionisImageProviderAuthenticated
( providerKey: string, agentId: string, )
electron/utils/openclaw-image-generation.ts:172
↓ 4 callersFunctionisInternalMessage
True for internal plumbing messages that should never be shown in the UI.
src/stores/chat.ts:1991
← previousnext →401–500 of 2,554, ranked by callers