MCPcopy Create free account

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

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

↓ 3 callersMethodcheckHealth
(options?: { probe?: boolean })
electron/gateway/manager.ts:978
↓ 3 callersFunctionclassifyProbeResponse
( status: number, data: unknown, )
electron/services/providers/provider-validation.ts:176
↓ 3 callersFunctioncleanupHandshakeRequest
()
electron/gateway/ws-client.ts:202
↓ 3 callersFunctioncleanupLegacyBuiltInChannelPluginRegistration
( currentConfig: OpenClawConfig, channelType: string, )
electron/utils/channel-config.ts:369
↓ 3 callersFunctioncleanupStalePluginRuntimeDeps
( opts: PluginRuntimeDepsCleanupOptions = {}, )
electron/gateway/skills-symlink-cleanup.ts:217
↓ 3 callersMethodclearAutoInstallTimer
()
electron/main/updater.ts:254
↓ 3 callersMethodclearInitialReadyHeartbeatRecoveryTimer
()
electron/gateway/manager.ts:1288
↓ 3 callersFunctioncloneHistoryMessages
(messages: RawMessage[])
src/stores/chat.ts:340
↓ 3 callersFunctioncollect
(dir: string)
tests/unit/host-api-facade.test.ts:301
↓ 3 callersFunctioncollectLeafKeys
(obj: JsonValue, prefix = '', out: Set<string> = new Set())
tests/unit/i18n-locale-parity.test.ts:115
↓ 3 callersFunctioncollectToolUpdates
(message: unknown, eventState: string)
src/stores/chat/helpers.ts:1776
↓ 3 callersFunctionconnectWithStartupRetry
( hooks: StartupHooks, port: number, externalToken?: string, )
electron/gateway/startup-orchestrator.ts:32
↓ 3 callersFunctionconsumeMainWindowReady
(state: MainWindowFocusState)
electron/main/main-window-focus.ts:27
↓ 3 callersFunctioncopyImageToClipboard
(target: ImageCopyTarget)
src/pages/Chat/copy-image.ts:32
↓ 3 callersFunctioncountLogicalLines
(text: string)
src/lib/generated-files.ts:358
↓ 3 callersFunctioncreateDeferred
()
tests/unit/channels-page.test.tsx:75
↓ 3 callersFunctioncreateLogsApi
()
electron/services/logs-api.ts:66
↓ 3 callersFunctioncreateQuitLifecycleState
()
electron/main/quit-lifecycle.ts:8
↓ 3 callersFunctioncreateSettingsApi
(gatewayManager: GatewayManager)
electron/services/settings-api.ts:101
↓ 3 callersFunctioncreateTempOpenClawBundle
()
tests/unit/openclaw-self-import-patch.test.ts:15
↓ 3 callersMethoddebouncedReload
* Debounced reload — coalesces multiple rapid config-change events into one * in-process reload when possible.
electron/gateway/manager.ts:733
↓ 3 callersFunctiondedupeAttachedFiles
(files: AttachedFileMeta[])
src/stores/chat.ts:2542
↓ 3 callersFunctiondeleteApiKey
(providerId: string)
electron/utils/secure-storage.ts:80
↓ 3 callersFunctiondeleteProviderAccount
(accountId: string)
electron/services/providers/provider-store.ts:79
↓ 3 callersFunctiondeleteWeChatState
()
electron/utils/channel-config.ts:263
↓ 3 callersFunctionderiveRuntimeTaskSteps
(runState: ChatRuntimeRunState | null | undefined)
src/pages/Chat/task-visualization.ts:365
↓ 3 callersMethoddownloadUpdate
* Download available update
electron/main/updater.ts:203
↓ 3 callersFunctionenableDeveloperMode
(page: Page)
tests/e2e/openclaw-dreams.spec.ts:29
↓ 3 callersFunctionenrichWithCachedImages
* Restore _attachedFiles for messages loaded from history. * Handles: * 1. [media attached: path (mime) | path] patterns (attachment-button flow)
src/stores/chat.ts:1472
↓ 3 callersFunctionenrichWithToolResultFiles
* Before filtering tool_result messages from history, scan them for any file/image * content and attach those to the immediately following assistant
src/stores/chat.ts:1335
↓ 3 callersFunctionensureAnthropicMessagesModelMaxTokens
()
electron/utils/openclaw-auth.ts:1716
↓ 3 callersFunctionensureChannelAccountsMap
( channelSection: ChannelConfigData, )
electron/utils/channel-config.ts:320
↓ 3 callersFunctionensureDir
(dir: string)
electron/utils/paths.ts:88
↓ 3 callersFunctionensureMoonshotKimiWebSearchCnBaseUrl
(config: Record<string, unknown>, provider: string)
electron/utils/openclaw-auth.ts:1969
↓ 3 callersFunctionensureScopedChannelBinding
(channelType: string, accountId?: string)
electron/services/channels-api.ts:966
↓ 3 callersFunctionensureSwitchState
(toggle: Locator, checked: boolean)
tests/e2e/settings-proxy.spec.ts:4
↓ 3 callersFunctionexpectSubtleDialogAnimation
(locator: Locator)
tests/e2e/dialog-transitions.spec.ts:19
↓ 3 callersFunctionextractGeneratedFiles
( messages: RawMessage[], triggerIndex: number, segmentEnd: number, baselineGetter?: (filePath: string
src/lib/generated-files.ts:412
↓ 3 callersFunctionextractTextSegments
(message: RawMessage | unknown)
src/pages/Chat/message-utils.ts:326
↓ 3 callersFunctionextractThinking
(message: RawMessage | unknown)
src/pages/Chat/message-utils.ts:365
↓ 3 callersFunctionfindViolations
(root: string, patterns: RegExp[])
tests/unit/host-api-facade.test.ts:367
↓ 3 callersFunctionfinish
(ok: boolean)
electron/utils/control-ui-device-pairing.ts:147
↓ 3 callersFunctionfinish
(result: Omit<OpenClawDoctorResult, 'durationMs'>)
electron/utils/openclaw-doctor.ts:124
↓ 3 callersMethodflushDeferredRestart
( trigger: string, context: DeferredRestartContext, executeRestart: () => void, )
electron/gateway/restart-controller.ts:47
↓ 3 callersFunctionformatBytes
(bytes: number)
src/components/settings/UpdateSettings.tsx:12
↓ 3 callersFunctionformatDuration
(seconds: number)
src/lib/utils.ts:83
↓ 3 callersFunctionformatModelRefLabel
(modelRef: string | null | undefined)
src/lib/model-options.ts:54
↓ 3 callersFunctionformatProviderDisplayName
( account: ProviderAccount, vendorMap: Map<string, ProviderVendorInfo>, )
src/lib/model-options.ts:59
↓ 3 callersFunctionformatSize
(bytes)
scripts/bundle-openclaw.mjs:496
↓ 3 callersFunctiongetAgentAuthDir
(agentId: string)
electron/utils/openclaw-auth-sqlite.ts:77
↓ 3 callersFunctiongetAgentIdFromSessionKey
(sessionKey: string)
src/stores/chat.ts:1729
↓ 3 callersMethodgetAll
()
electron/extensions/registry.ts:55
↓ 3 callersFunctiongetAllProviders
()
electron/utils/secure-storage.ts:156
↓ 3 callersFunctiongetCliTargetPath
()
electron/utils/openclaw-cli.ts:125
↓ 3 callersMethodgetConsecutiveMisses
()
electron/gateway/connection-monitor.ts:72
↓ 3 callersMethodgetCurrentVersion
* Get current version
electron/main/updater.ts:283
↓ 3 callersFunctiongetDefaultWorkspacePath
(config: AgentConfigDocument)
electron/utils/agent-config.ts:163
↓ 3 callersFunctiongetImageGenerationSettingsSnapshot
()
electron/utils/openclaw-image-generation.ts:318
↓ 3 callersFunctiongetLegacyOverride
(channel: string, original?: IpcInvokeHandler)
tests/e2e/fixtures/electron.ts:285
↓ 3 callersFunctiongetMessageErrorMessage
(message: RawMessage | unknown)
src/stores/chat/helpers.ts:450
↓ 3 callersFunctiongetMessagePlainText
(message: RawMessage)
src/pages/Chat/image-generation-status.ts:21
↓ 3 callersMethodgetObservability
()
electron/gateway/restart-governor.ts:78
↓ 3 callersFunctiongetOpenClawProvidersConfig
()
electron/utils/openclaw-auth.ts:2292
↓ 3 callersFunctiongetPackagedCliWrapperPath
()
electron/utils/openclaw-cli.ts:103
↓ 3 callersFunctiongetPrimaryMessageStepTexts
(steps: TaskStep[])
src/pages/Chat/index.tsx:94
↓ 3 callersFunctiongetProviderDefaultModel
(type: string)
electron/utils/provider-registry.ts:42
↓ 3 callersFunctiongetProvidersFromAuthProfileStores
( options?: { includeRawKeys?: boolean }, )
electron/utils/openclaw-auth.ts:673
↓ 3 callersFunctiongetRunSegmentMessages
( messages: RawMessage[], triggerIndex: number, nextUserIndex: number, isRunTrigger: (message: RawMess
src/pages/Chat/task-visualization.ts:141
↓ 3 callersFunctiongetSessionActivityMs
( session: ChatSession, sessionLastActivity: Record<string, number>, )
src/components/layout/session-buckets.ts:31
↓ 3 callersFunctiongroupUsageHistory
( entries: UsageHistoryEntry[], groupBy: UsageGroupBy, )
src/pages/Models/usage-history.ts:69
↓ 3 callersFunctionhandleRenameSubmit
()
src/components/layout/Sidebar.tsx:218
↓ 3 callersFunctionhasActiveStreamingReplyInRun
( isLatestOpenRun: boolean, hasAnyStreamContent: boolean, streamingReplyText: string | null, )
src/pages/Chat/task-visualization.ts:72
↓ 3 callersFunctionhasChannelRuntimeError
( account: Pick<ChannelRuntimeAccountSnapshot, 'lastError'>, )
electron/utils/channel-status.ts:51
↓ 3 callersFunctionhasChannelRuntimeError
( account: Pick<ChannelRuntimeAccountSnapshot, 'lastError'>, )
src/lib/channel-status.ts:51
↓ 3 callersFunctionhasNonEmptyError
(value: string | null | undefined)
electron/utils/channel-status.ts:29
↓ 3 callersFunctionhasNonEmptyError
(value: string | null | undefined)
src/lib/channel-status.ts:29
↓ 3 callersFunctionhasOptimisticServerEcho
( loadedMessages: RawMessage[], optimistic: RawMessage, optimisticTimestampMs: number, )
src/stores/chat.ts:785
↓ 3 callersFunctionhasSessionsChangedWiring
()
tests/unit/gateway-bisection-0d794cd.test.ts:91
↓ 3 callersFunctionhydrateGatewayHistoryFromTranscript
( sessionKey: string, gatewayMessages: RawMessage[], limit: number, localMessages?: RawMessage[], )
src/stores/chat/history-transcript-hydrate.ts:8
↓ 3 callersFunctionimageSrc
Resolve an ExtractedImage to a displayable src string, or null if not possible.
src/pages/Chat/ChatMessage.tsx:227
↓ 3 callersFunctioninferCustomModelInputModalities
(modelId: string)
electron/shared/providers/model-capabilities.ts:7
↓ 3 callersFunctionisBuiltinChannelId
(channelId: string)
electron/utils/channel-config.ts:379
↓ 3 callersFunctionisBundledOpenClawPluginPath
(pluginPath: string)
electron/utils/openclaw-auth.ts:586
↓ 3 callersFunctionisChannelRuntimeConnected
( account: ChannelRuntimeAccountSnapshot, )
src/lib/channel-status.ts:64
↓ 3 callersFunctionisGatewayStopped
(status: GatewayStatus)
src/lib/gateway-status.ts:9
↓ 3 callersFunctionisHiddenUsageSource
(source?: string)
src/pages/Models/index.tsx:31
↓ 3 callersFunctionisOpenClawRuntimeEventPrompt
(text: string)
src/pages/Chat/message-utils.ts:210
↓ 3 callersFunctionisRealUserBoundaryMessage
(msg: RawMessage)
src/stores/chat.ts:2381
↓ 3 callersFunctionisRecord
(value: unknown)
src/pages/Dreams/index.tsx:145
↓ 3 callersFunctionisRecoverableRuntimeError
(errorMessage: string)
src/stores/chat.ts:312
↓ 3 callersFunctionisUnresolvableImageUrl
(url: string)
src/pages/Chat/message-utils.ts:269
↓ 3 callersMethodlistAccountsKeyInfo
Return per-account API key status for the new account API surface.
electron/services/providers/provider-service.ts:484
↓ 3 callersFunctionloadCronFallbackMessages
(sessionKey: string, limit = 200)
src/stores/chat/history-actions.ts:42
↓ 3 callersFunctionloadLocalHistoryFallback
( sessionKey: string, limit = 200, options: { timeoutMs?: number; logTimeout?: boolean } = {}, )
src/stores/chat.ts:285
↓ 3 callersFunctionloadMissingPreviews
* Async: load missing previews from disk via IPC for messages that have * _attachedFiles with null previews. Updates messages in-place and triggers r
src/stores/chat.ts:1684
↓ 3 callersFunctionloadMissingPreviews
* Async: load missing previews from disk via IPC for messages that have * _attachedFiles with null previews. Updates messages in-place and triggers r
src/stores/chat/helpers.ts:1433
↓ 3 callersFunctionloadServiceForHome
(homeDir: string)
tests/unit/clawhub-service.test.ts:6
↓ 3 callersFunctionloadSpec
(specPath)
harness/src/specs.mjs:74
↓ 3 callersFunctionmakeCompositeKey
(runKey: string, filePath: string)
src/stores/baseline-cache.ts:18
↓ 3 callersFunctionmakeGatewayJob
(schedule: Record<string, unknown>)
tests/unit/cron-schedule.test.ts:10
← previousnext →601–700 of 2,554, ranked by callers