MCPcopy Create free account

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

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

↓ 6 callersFunctionnormalizeProxyServer
(proxyServer: string)
electron/utils/proxy.ts:36
↓ 6 callersFunctiononIpc
( channel: string, handler: HostEventHandler<M, E>, )
src/lib/host-events.ts:10
↓ 6 callersFunctionpickChannelRuntimeStatus
( accounts: ChannelRuntimeAccountSnapshot[], summary?: ChannelRuntimeSummarySnapshot, healthOverlay?: Ch
src/lib/channel-status.ts:91
↓ 6 callersFunctionproviderAccountToConfig
(account: ProviderAccount)
electron/services/providers/provider-store.ts:43
↓ 6 callersFunctionreadBinaryFile
( path: string, opts?: FileReadBinaryOptions, )
src/lib/file-preview-client.ts:22
↓ 6 callersFunctionreadOpenClawJson
()
tests/unit/agent-config.test.ts:39
↓ 6 callersFunctionreadTextFile
(path: string)
src/lib/file-preview-client.ts:21
↓ 6 callersMethodregister
(extension: Extension)
electron/extensions/registry.ts:30
↓ 6 callersFunctionrejectOnce
(error: unknown)
electron/gateway/ws-client.ts:227
↓ 6 callersFunctionrequirePath
(payload: unknown)
electron/services/files-api.ts:127
↓ 6 callersFunctionresolveOpenClawRuntimeModulePath
(specifier: string)
electron/utils/runtime-package-resolution.ts:57
↓ 6 callersFunctionresolvePackageName
(extensionId)
scripts/generate-ext-bridge.mjs:39
↓ 6 callersFunctionresolveSandboxedPath
( input: string, mode: 'read' | 'write' = 'read', )
electron/main/ipc-handlers.ts:1375
↓ 6 callersFunctionresolveSandboxedPath
( input: string, mode: 'read' | 'write' = 'read', )
electron/services/files-api.ts:158
↓ 6 callersFunctionrespond
(id: unknown, data: unknown)
tests/e2e/channels-account-id-validation.spec.ts:45
↓ 6 callersFunctionrunOpenClawDoctor
()
electron/utils/openclaw-doctor.ts:198
↓ 6 callersFunctionruntimeDetail
(value: unknown)
src/pages/Chat/task-visualization.ts:351
↓ 6 callersMethodsaveLegacyProvider
* @deprecated Use createAccount()/updateAccount().
electron/services/providers/provider-service.ts:553
↓ 6 callersFunctionsaveProviderAccount
(account: ProviderAccount)
electron/services/providers/provider-store.ts:72
↓ 6 callersFunctionsetPlatform
(platform: string)
tests/unit/env-path.test.ts:5
↓ 6 callersFunctionstableRuntimeFingerprint
(value: unknown)
src/stores/chat/runtime-graph.ts:28
↓ 6 callersMethodstart
* Start Gateway process
electron/gateway/manager.ts:310
↓ 6 callersMethodstop
* Stop Gateway process
electron/gateway/manager.ts:469
↓ 6 callersFunctionsummarizeGatewayFrameForTrace
(value: unknown)
electron/gateway/ws-trace.ts:35
↓ 6 callersFunctionsyncProviderApiKeyToRuntime
( providerType: string, providerId: string, apiKey: string, )
electron/services/providers/provider-runtime-sync.ts:207
↓ 6 callersFunctionsyncProxyConfigToOpenClaw
( settings: ProxySettings, options: SyncProxyOptions = {}, )
electron/utils/openclaw-proxy.ts:18
↓ 6 callersFunctionsyncSavedProviderToRuntime
( config: ProviderConfig, apiKey: string | undefined, gatewayManager?: GatewayManager, )
electron/services/providers/provider-runtime-sync.ts:507
↓ 6 callersMethodupdateAccount
( accountId: string, patch: Partial<ProviderAccount>, apiKey?: string, )
electron/services/providers/provider-service.ts:357
↓ 5 callersMethod_deleteProviderApiKeyInternal
Internal: delete an account's api key without warning.
electron/services/providers/provider-service.ts:469
↓ 5 callersMethod_setProviderApiKeyInternal
Internal: store an account's api key without warning.
electron/services/providers/provider-service.ts:459
↓ 5 callersFunctionappendNodeRequireToNodeOptions
( nodeOptions: string | undefined, modulePath: string, )
electron/utils/win-shell.ts:83
↓ 5 callersFunctionbasenameOf
(path: string)
src/lib/generated-files.ts:226
↓ 5 callersFunctionbuildGatewayHealthSummary
( options: BuildGatewayHealthSummaryOptions, )
electron/utils/gateway-health.ts:18
↓ 5 callersFunctionbuildNonOAuthAgentProviderUpdate
( provider: ProviderConfig, providerId: string, modelRef: string | undefined )
electron/main/provider-model-sync.ts:27
↓ 5 callersFunctionbuildOpenClawControlUiUrl
( port: number, token: string, options: OpenClawControlUiUrlOptions = {}, )
electron/utils/openclaw-control-ui.ts:18
↓ 5 callersFunctionclearChannelBinding
(channelType: string, accountId?: string)
electron/utils/agent-config.ts:789
↓ 5 callersFunctioncreateAgent
( name: string, options?: { inheritWorkspace?: boolean }, )
electron/utils/agent-config.ts:588
↓ 5 callersFunctioncreateChannelsApi
(ctx: ChannelsApiContext)
electron/services/channels-api.ts:1110
↓ 5 callersFunctionemitChannelEvent
( ctx: ChannelsApiContext, channelType: string, event: 'qr' | 'success' | 'error', payload: unknown, )
electron/services/channels-api.ts:1035
↓ 5 callersFunctionemitDelta
(message: Record<string, unknown>)
tests/e2e/chat-scroll-pin-bottom.spec.ts:85
↓ 5 callersFunctionensureClawXContext
(options: EnsureClawXContextOptions = {})
electron/utils/openclaw-workspace.ts:406
↓ 5 callersFunctionensureDir
(path: string)
electron/utils/agent-config.ts:157
↓ 5 callersFunctionextractImagesAsAttachedFiles
* Extract images from a content array (including nested tool_result content). * Converts them to AttachedFileMeta entries with preview set to data UR
src/stores/chat.ts:1160
↓ 5 callersFunctionextractImagesAsAttachedFiles
* Extract images from a content array (including nested tool_result content). * Converts them to AttachedFileMeta entries with preview set to data UR
src/stores/chat/helpers.ts:861
↓ 5 callersFunctionextractRawFilePaths
* Extract raw file paths from message text. * Detects absolute paths (Unix: / or ~/, Windows: C:\ etc.) ending with common file extensions. * Handle
src/stores/chat.ts:1098
↓ 5 callersFunctionfinishSessionLabelHydration
( sessionKey: string, version: string, outcome: SessionLabelHydrationOutcome, )
src/stores/chat/session-label-hydration.ts:78
↓ 5 callersFunctionfirstNumber
(result: unknown, keys: string[])
src/pages/Dreams/index.tsx:207
↓ 5 callersFunctionfirstUsageNumber
(usage: TranscriptUsageShape | undefined, candidates: string[])
electron/utils/token-usage-core.ts:89
↓ 5 callersFunctionflushAsyncImports
()
tests/unit/gateway-bisection-0d794cd.test.ts:38
↓ 5 callersFunctiongetAccountId
(payload: unknown, action: string)
electron/services/providers-api.ts:94
↓ 5 callersFunctiongetChatHistoryMaxChars
(rpc?: ChatHistoryRpc)
src/stores/chat/history-rpc-params.ts:57
↓ 5 callersFunctiongetDefaultAgentDirPath
(agentId: string)
electron/utils/agent-config.ts:172
↓ 5 callersFunctiongetDeferredRestartAction
(context: DeferredRestartActionContext)
electron/gateway/process-policy.ts:115
↓ 5 callersFunctiongetElectronFilePath
(file: globalThis.File)
src/lib/collect-dropped-files.ts:6
↓ 5 callersFunctiongetMessageErrorMessage
(message: RawMessage | unknown)
src/stores/chat.ts:864
↓ 5 callersFunctiongetOpenClawCliCommand
()
electron/utils/openclaw-cli.ts:42
↓ 5 callersFunctiongetUvMirrorEnv
()
electron/utils/uv-env.ts:149
↓ 5 callersMethodhandleMessage
* Handle incoming WebSocket message
electron/gateway/manager.ts:1164
↓ 5 callersFunctionhasDeliveredImageGenerationResult
(segmentMessages: RawMessage[])
src/pages/Chat/image-generation-status.ts:141
↓ 5 callersFunctionisOAuthProviderType
(type: string)
electron/utils/provider-keys.ts:82
↓ 5 callersFunctionisRealUserMessage
(msg: RawMessage)
src/pages/Chat/index.tsx:114
↓ 5 callersFunctionisSupportedCronDeliveryChannel
(channelType: string)
src/pages/Cron/index.tsx:281
↓ 5 callersFunctionlistConfiguredChannelAccountsFromConfig
(config: OpenClawConfig)
electron/utils/channel-config.ts:1195
↓ 5 callersFunctionmakeFile
(overrides: Partial<GeneratedFile>)
tests/unit/generated-files-panel.test.tsx:15
↓ 5 callersFunctionmergeGatewayHistoryWithTranscript
( gatewayMessages: RawMessage[], transcriptMessages: RawMessage[], )
src/stores/chat/history-transcript-merge.ts:96
↓ 5 callersFunctionmergeTargetOptions
(...groups: ChannelTargetOptionView[][])
electron/services/channels-api.ts:495
↓ 5 callersFunctionmimeFromExtension
Map common file extensions to MIME types
src/stores/chat/helpers.ts:497
↓ 5 callersFunctionnormWin
(p)
scripts/bundle-openclaw-plugins.mjs:35
↓ 5 callersFunctionnormalizeAgentIdForBinding
Normalize agent ID for consistent comparison (bindings vs entries).
electron/utils/agent-config.ts:234
↓ 5 callersFunctionnormalizeFeishuTargetValue
(raw: unknown)
electron/services/channels-api.ts:465
↓ 5 callersFunctionnormalizeLabelValue
(value: string | undefined)
src/stores/chat/session-label-hydration.ts:23
↓ 5 callersFunctionnormalizeOpenClawApiProtocol
(api: unknown)
electron/shared/providers/types.ts:67
↓ 5 callersFunctionnormalizeProviderApiKeyInput
(apiKey: string)
src/lib/providers.ts:267
↓ 5 callersFunctionparseProviderFromModelRef
(modelRef: string)
electron/utils/openclaw-image-generation.ts:151
↓ 5 callersFunctionpatchNsisInstallSectionTemplate
(targetPath = INSTALL_SECTION_NSH)
scripts/patch-nsis-install-section.mjs:59
↓ 5 callersFunctionpatchNsisUninstallTemplate
(targetPath = INSTALL_UTIL_NSH)
scripts/patch-nsis-uninstall.mjs:43
↓ 5 callersFunctionpathExists
(targetPath: string)
electron/utils/skill-quick-access.ts:55
↓ 5 callersFunctionpathMatchesAny
(filePath, patterns)
harness/src/specs.mjs:139
↓ 5 callersFunctionpiAiModelsJsonModelEntry
( id: string, name: string = id, )
electron/shared/pi-ai-model-cost.ts:38
↓ 5 callersFunctionprepareWinSpawn
( command: string, args: string[], forceShell?: boolean, )
electron/utils/win-shell.ts:48
↓ 5 callersFunctionprependPathEntry
( env: EnvMap, entry: string, )
electron/utils/env-path.ts:49
↓ 5 callersFunctionproviderConfig
(overrides: Partial<ProviderConfig>)
tests/unit/provider-model-sync.test.ts:5
↓ 5 callersFunctionquoteForPosix
(value: string)
electron/utils/openclaw-cli.ts:26
↓ 5 callersFunctionreadConfig
* Read the current OpenClaw config
electron/utils/skill-config.ts:70
↓ 5 callersFunctionreadImageGenerationConfig
()
electron/utils/openclaw-image-generation.ts:189
↓ 5 callersFunctionreadPluginVersion
(pkgJsonPath: string)
electron/utils/plugin-install.ts:409
↓ 5 callersMethodrecordCoreProbe
(probe: GatewayCoreProbe)
electron/gateway/capability-monitor.ts:83
↓ 5 callersMethodrecordExecuted
(now = Date.now())
electron/gateway/restart-governor.ts:66
↓ 5 callersFunctionredactGatewayFrameForTrace
(value: unknown)
electron/gateway/ws-trace.ts:17
↓ 5 callersFunctionrequestQuitLifecycleAction
(state: QuitLifecycleState)
electron/main/quit-lifecycle.ts:15
↓ 5 callersFunctionresolveOnce
(value: boolean)
electron/gateway/ws-client.ts:27
↓ 5 callersFunctionresolveOpenClawProviderKey
(account: { vendorId: string; id: string; authMode?: string; })
electron/utils/provider-keys.ts:46
↓ 5 callersFunctionresolveRuntimeProviderKey
(account: ProviderAccount)
src/lib/model-options.ts:18
↓ 5 callersFunctionsanitizeGraphSteps
(steps: TaskStep[])
src/pages/Chat/index.tsx:100
↓ 5 callersFunctionsaveOAuthTokenToOpenClaw
( provider: string, token: { access: string; refresh: string; expires: number; email?: str
electron/utils/openclaw-auth.ts:870
↓ 5 callersMethodscheduleGatewayReadyFallback
(delayMs?: number)
electron/gateway/manager.ts:818
↓ 5 callersFunctionscheduleGatewayRefresh
( gatewayManager: GatewayManager | undefined, message: string, options?: { delayMs?: number; onlyIfRunni
electron/services/providers/provider-runtime-sync.ts:186
↓ 5 callersFunctionscheduleGatewayReload
(ctx: AgentsApiContext, reason: string)
electron/services/agents-api.ts:30
↓ 5 callersFunctionsegmentHasFinalReply
(segmentMessages: RawMessage[])
src/pages/Chat/task-visualization.ts:160
↓ 5 callersMethodsetAutoDownload
* Set auto-download preference. * * ClawX uses a prompt-first update flow: finding an update shows a UI prompt, * and downloads/installations
electron/main/updater.ts:276
← previousnext →301–400 of 2,554, ranked by callers