MCPcopy Create free account

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

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

↓ 2 callersFunctiontouchSessionActivity
Bump sidebar ordering when any session receives gateway traffic (e.g. Feishu DM).
src/stores/gateway.ts:158
↓ 2 callersFunctiontrimBundledOpenClawSkills
(skillsRoot)
scripts/bundle-openclaw.mjs:61
↓ 2 callersFunctiontrimPathTerminators
(filePath: string)
src/stores/chat/helpers.ts:739
↓ 2 callersFunctiontrimTrailingSeparators
(path: string)
electron/utils/agent-config.ts:348
↓ 2 callersFunctiontrimValue
(value: string | undefined | null)
electron/utils/proxy.ts:27
↓ 2 callersFunctiontruncate
(text: string, maxLength: number)
src/lib/utils.ts:107
↓ 2 callersFunctionunavailable
(reason: FilePreviewError | string | undefined)
src/stores/baseline-cache.ts:46
↓ 2 callersFunctionunloadLaunchctlGatewayService
()
electron/gateway/supervisor.ts:80
↓ 2 callersFunctionunwrapLegacyResponse
(response: unknown)
tests/e2e/fixtures/electron.ts:261
↓ 2 callersFunctionupdateAccount
(payload: ProviderPayload<'updateAccount'>, gatewayManager?: GatewayManager)
electron/services/providers-api.ts:329
↓ 2 callersFunctionupdateModelsJsonProviderEntriesForAgents
( agentIds: string[], providerType: string, entry: AgentModelProviderEntry, )
electron/utils/openclaw-auth.ts:2643
↓ 2 callersFunctionupdateSkillConfigs
( updates: Array<{ skillKey: string } & SkillConfigUpdates>, )
electron/utils/skill-config.ts:208
↓ 2 callersFunctionuseNewChatAction
()
src/components/layout/use-new-chat-action.ts:5
↓ 2 callersFunctionusesPluginManagedQrAccounts
(channelType: string | null | undefined)
src/lib/channel-alias.ts:24
↓ 2 callersFunctionvalidateGatewayTaskSpec
(taskSpec, scenarioSpec, changedFiles = [])
harness/src/rules.mjs:74
↓ 2 callersFunctionvalidateOpenAiCompatibleKey
( providerType: string, apiKey: string, apiProtocol: 'openai-completions' | 'openai-responses', baseUr
electron/services/providers/provider-validation.ts:194
↓ 2 callersFunctionvalidateSettingKey
(key: unknown)
electron/services/settings-api.ts:37
↓ 2 callersFunctionvalidateTaskSpec
(taskSpec, scenarioSpec, changedFiles, options)
harness/src/rules.mjs:92
↓ 2 callersFunctionvalidateUsageHistory
(page: Page)
tests/e2e/token-usage.spec.ts:104
↓ 2 callersFunctionwaitForPortFree
(port: number, timeoutMs = 30000)
electron/gateway/supervisor.ts:128
↓ 2 callersFunctionwaitForWeChatLoginSession
(options: { sessionKey: string; timeoutMs?: number; accountId?: string; onQrRefresh?: (payload: { qrco
electron/utils/wechat-login.ts:373
↓ 2 callersFunctionwriteOpenClawDistFile
(openClawDir: string, name: string)
tests/unit/skills-symlink-cleanup.test.ts:355
↓ 1 callersFunction_copyDirAsyncRecursive
(src: string, dest: string)
electron/utils/plugin-install.ts:79
↓ 1 callersFunction_copyDirSyncRecursive
(src: string, dest: string)
electron/utils/plugin-install.ts:50
↓ 1 callersFunctionabandonSessionLabelHydration
(sessionKey: string, version: string)
src/stores/chat/session-label-hydration.ts:89
↓ 1 callersFunctionabortChatRunViaHostApi
(sessionKey: string)
src/stores/chat.ts:1838
↓ 1 callersFunctionaccountToProviderWithKeyInfo
( account: ProviderAccount, keyInfo: { hasKey: boolean; keyMasked: string | null } | undefined, )
src/lib/provider-accounts.ts:40
↓ 1 callersMethodacquire
()
electron/utils/config-mutex.ts:35
↓ 1 callersFunctionallocatePort
()
tests/e2e/fixtures/electron.ts:29
↓ 1 callersFunctionapplyLinuxLaunchAtStartup
(enabled: boolean)
electron/main/launch-at-startup.ts:43
↓ 1 callersFunctionapplyOpenAiImageRelaySettings
(params: { enabled: boolean; baseUrl?: string | null; apiKey?: string; model?: string | null; })
electron/utils/openclaw-image-generation.ts:345
↓ 1 callersFunctionapplyPreviewResults
( messages: RawMessage[], thumbnails: Record<string, { preview: string | null; fileSize: number }>, )
src/stores/chat.ts:1616
↓ 1 callersFunctionapplyPreviewResults
( messages: RawMessage[], thumbnails: Record<string, { preview: string | null; fileSize: number }>, )
src/stores/chat/helpers.ts:1361
↓ 1 callersFunctionapplySessionBackendLabels
(set: ChatSet, sessions: ChatSession[])
src/stores/chat.ts:158
↓ 1 callersFunctionapplySessionBackendLabels
(set: ChatSet, sessions: ChatSession[])
src/stores/chat/session-actions.ts:30
↓ 1 callersFunctionapplyStartupFallbackAfterGrace
()
src/stores/chat.ts:3400
↓ 1 callersFunctionapplyWindowsOrMacLaunchAtStartup
(enabled: boolean)
electron/main/launch-at-startup.ts:56
↓ 1 callersFunctionapprovePairingRequest
( gateway: GatewayPairingRpcClient, requestId: string, port: number, )
electron/utils/control-ui-device-pairing.ts:176
↓ 1 callersFunctionapproveViaOpenClawCli
* Run `openclaw devices approve` in-process (not shown to the user). * OpenClaw falls back to local pending.json on loopback when RPC is unavailable.
electron/utils/control-ui-device-pairing.ts:116
↓ 1 callersFunctionasErrnoException
(error: unknown)
electron/utils/plugin-install.ts:94
↓ 1 callersFunctionasNumber
(value: unknown)
src/pages/Dreams/index.tsx:149
↓ 1 callersFunctionasRecord
(value: unknown)
src/stores/chat/runtime-graph.ts:11
↓ 1 callersMethodassert
(expectedEpoch: number, phase: string)
electron/gateway/lifecycle-controller.ts:24
↓ 1 callersFunctionassertNoDuplicateCredential
* Throws if the unique credential (e.g. appId for Feishu) in `config` is * already registered under a *different* account in the same channel section
electron/utils/channel-config.ts:790
↓ 1 callersFunctionassertSafePluginSdkSubpath
(subpath)
scripts/openclaw-self-import-patch.mjs:8
↓ 1 callersFunctionassignChannelToAgent
(agentId: string, channelType: string)
electron/utils/agent-config.ts:751
↓ 1 callersFunctionassistantHasToolCallId
(msg: RawMessage, toolCallId: string)
src/stores/chat.ts:1309
↓ 1 callersFunctionassistantHasToolCallId
(msg: RawMessage, toolCallId: string)
src/stores/chat/helpers.ts:1017
↓ 1 callersFunctionauthProviderCandidates
(providerKey: string)
electron/utils/openclaw-image-generation.ts:164
↓ 1 callersFunctionautoInstallCliIfNeeded
( notify?: (path: string) => void, )
electron/utils/openclaw-cli.ts:285
↓ 1 callersFunctionawaitWeChatQrLogin
( ctx: ChannelsApiContext, sessionKey: string, loginKey: string, )
electron/services/channels-api.ts:1047
↓ 1 callersFunctionblobFromBytes
(data: Uint8Array, mimeType: string)
src/pages/Chat/copy-image.ts:10
↓ 1 callersFunctionbuildAgentAuthRows
( snapshot: AgentsSnapshot, providerKey: string | null, )
electron/utils/openclaw-image-generation.ts:243
↓ 1 callersFunctionbuildAgentMainSessionKey
(config: AgentConfigDocument, agentId: string)
electron/utils/agent-config.ts:244
↓ 1 callersFunctionbuildAgentModelProviderEntry
( config: ProviderConfig, modelId: string, )
electron/services/providers/provider-runtime-sync.ts:429
↓ 1 callersFunctionbuildChannelTargetCacheKey
(params: { channelType: string; accountId?: string; query?: string; })
electron/services/channels-api.ts:528
↓ 1 callersFunctionbuildChatEventDedupeKey
(eventState: string, event: Record<string, unknown>)
src/stores/chat.ts:457
↓ 1 callersFunctionbuildClawXUvConfigToml
()
electron/utils/uv-env.ts:20
↓ 1 callersFunctionbuildCronRunMessage
(entry: CronRunLogEntry, index: number)
electron/services/cron-api.ts:96
↓ 1 callersFunctionbuildCronSessionFallbackMessages
(params: { sessionKey: string; job?: Pick<GatewayCronJob, 'name' | 'payload' | 'state'>; runs: CronRunLo
electron/services/cron-api.ts:176
↓ 1 callersFunctionbuildCronUpdatePatch
(input: Record<string, unknown>)
electron/services/cron-api.ts:342
↓ 1 callersFunctionbuildDefaultClawXIdentityContent
()
electron/utils/openclaw-workspace.ts:31
↓ 1 callersFunctionbuildDescriptors
(params: QuickAccessScanParams)
electron/utils/skill-quick-access.ts:257
↓ 1 callersFunctionbuildDescriptors
()
electron/services/skills/local-skill-service.ts:356
↓ 1 callersFunctionbuildDeviceAuthPayload
(params: DeviceAuthPayloadParams)
electron/utils/device-identity.ts:131
↓ 1 callersFunctionbuildDreamingEnabledPatchRaw
(enabled: boolean)
src/pages/Dreams/index.tsx:117
↓ 1 callersFunctionbuildDreamingEnabledPatchRaw
(enabled: boolean)
tests/e2e/openclaw-dreams.spec.ts:13
↓ 1 callersFunctionbuildFallbackMainSessionKey
(agentId: string)
src/stores/chat.ts:1846
↓ 1 callersFunctionbuildFallbackMainSessionKey
(agentId: string)
src/stores/chat/runtime-send-actions.ts:30
↓ 1 callersFunctionbuildGatewayConnectFrame
(options: { challengeNonce: string; token: string; deviceIdentity: DeviceIdentity | null; platform: st
electron/gateway/ws-client.ts:112
↓ 1 callersFunctionbuildGatewayEventDedupeKey
(event: Record<string, unknown>)
src/stores/gateway.ts:86
↓ 1 callersFunctionbuildGatewayStatusSnapshot
(status: GatewayChannelStatusPayload | null)
electron/services/channels-api.ts:215
↓ 1 callersFunctionbuildHostChannelEventName
( channel: string, event: HostEventName<'channel'>, )
shared/host-events/contract.ts:146
↓ 1 callersFunctionbuildImageGenerationModelConfigWrite
( config: ImageGenerationModelConfig, )
electron/utils/openclaw-image-generation.ts:131
↓ 1 callersFunctionbuildLongAssistantText
()
tests/unit/history-transcript-fa3ccd85-fixture.test.ts:33
↓ 1 callersFunctionbuildOpenAiModelsUrl
(baseUrl: string)
electron/services/providers/provider-validation.ts:55
↓ 1 callersFunctionbuildPluginMaintenanceCacheKey
(openclawDir: string, configuredChannels: string[])
electron/gateway/config-sync.ts:314
↓ 1 callersFunctionbuildPluginSourceSignatures
(configuredChannels: string[])
electron/gateway/config-sync.ts:294
↓ 1 callersFunctionbuildProvider
()
resources/openclaw-plugins/clawx-openai-image/index.mjs:33
↓ 1 callersFunctionbuildProviderAccountId
( vendorId: ProviderType, existingAccountId: string | null, vendors: ProviderVendorInfo[], )
src/lib/provider-accounts.ts:139
↓ 1 callersFunctionbuildProviderListItems
( accounts: ProviderAccount[], statuses: ProviderWithKeyInfo[], vendors: ProviderVendorInfo[], default
src/lib/provider-accounts.ts:170
↓ 1 callersFunctionbuildQrChannelEventName
(channelType: string, event: QrChannelEvent)
electron/utils/channel-alias.ts:24
↓ 1 callersFunctionbuildQuestionDirectoryTitle
(message: RawMessage, fallback: string)
src/pages/Chat/index.tsx:108
↓ 1 callersFunctionbuildRuntimeDepsCleanupCacheKey
(openclawDir: string)
electron/gateway/config-sync.ts:339
↓ 1 callersFunctionbuildRuntimeProviderConfigMap
()
electron/services/providers/provider-runtime-sync.ts:417
↓ 1 callersFunctionbuildRuntimeProviderOptions
( providerAccounts: ProviderAccount[], providerStatuses: ProviderWithKeyInfo[], providerVendors: Provide
src/lib/model-options.ts:94
↓ 1 callersFunctionbuildScheduleFromForm
(form: ScheduleFormState)
src/pages/Cron/index.tsx:407
↓ 1 callersFunctionbuildSecretsPayload
(store: PersistedAuthProfilesStore)
electron/utils/openclaw-auth-sqlite.ts:157
↓ 1 callersFunctionbuildSkillFile
(absPath: string, relPath: string, size: number)
src/lib/skill-files.ts:117
↓ 1 callersFunctionbuildSkillsSymlinkCleanupCacheKey
(openclawDir: string)
electron/gateway/config-sync.ts:326
↓ 1 callersFunctionbuildStatePayload
(store: PersistedAuthProfilesStore)
electron/utils/openclaw-auth-sqlite.ts:164
↓ 1 callersFunctionbuildTranscriptLookup
(transcriptMessages: RawMessage[])
src/stores/chat/history-transcript-merge.ts:84
↓ 1 callersFunctionbuildTrustedOfficialPluginInstallRecord
( pluginDirName: string, targetDir: string, )
electron/utils/plugin-install.ts:277
↓ 1 callersFunctionbundleOnePlugin
({ npmName, pluginId })
scripts/bundle-openclaw-plugins.mjs:91
↓ 1 callersFunctionbundlePlugin
(nodeModulesRoot, npmName, destDir)
scripts/after-pack.cjs:563
↓ 1 callersFunctioncanUninstallSkill
(skill: Skill)
src/pages/Skills/index.tsx:91
↓ 1 callersFunctioncanonicalizeAccountId
(value: string)
electron/utils/channel-alias.ts:28
↓ 1 callersFunctioncanonicalizeAccountId
(value: string)
src/lib/channel-alias.ts:32
↓ 1 callersFunctioncapabilityFromError
(error: unknown, checkedAt = Date.now())
electron/gateway/capability-monitor.ts:53
↓ 1 callersFunctioncaptureBaseline
(runKey: string, filePath: string)
src/stores/baseline-cache.ts:54
← previousnext →1,201–1,300 of 2,554, ranked by callers