Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValueCell-ai/ClawX
/ functions
Functions
2,554 in github.com/ValueCell-ai/ClawX
⨍
Functions
2,554
◇
Types & classes
376
↓ 1 callers
Function
handleJumpToMessage
(index: number)
src/pages/Chat/index.tsx:1252
↓ 1 callers
Function
handleLanguageChange
(nextLanguage: string)
src/pages/Settings/index.tsx:414
↓ 1 callers
Function
handleRestartGateway
()
src/pages/Channels/index.tsx:371
↓ 1 callers
Function
handleSave
()
src/components/settings/ImageGenerationSettings.tsx:95
↓ 1 callers
Function
handleSaveModel
()
src/pages/Agents/index.tsx:744
↓ 1 callers
Function
handleSaveName
()
src/pages/Agents/index.tsx:489
↓ 1 callers
Function
handleSetDefault
(providerId: string)
src/components/settings/ProvidersSettings.tsx:235
↓ 1 callers
Function
handleSubmit
()
src/pages/Agents/index.tsx:366
↓ 1 callers
Function
handleTest
()
src/components/settings/ImageGenerationSettings.tsx:154
↓ 1 callers
Function
handleToggleDiagnostics
()
src/pages/Channels/index.tsx:399
↓ 1 callers
Method
hasAccountApiKey
Check whether an account has an API key stored.
electron/services/providers/provider-service.ts:507
↓ 1 callers
Function
hasAssistantProgressSinceSend
(messages: RawMessage[], lastUserMessageAt: number | null)
src/stores/chat.ts:2431
↓ 1 callers
Function
hasAssistantProgressSinceSend
(messages: RawMessage[], lastUserMessageAt: number | null)
src/stores/chat/helpers.ts:1889
↓ 1 callers
Method
hasChatBeforeSendHooks
()
src/extensions/registry.ts:72
↓ 1 callers
Function
hasDeliveredImageAfter
(segmentMessages: RawMessage[], fromIndex: number)
src/pages/Chat/image-generation-status.ts:113
↓ 1 callers
Function
hasErrorRecoveryTimer
()
src/stores/chat/helpers.ts:1846
↓ 1 callers
Function
hasMeaningfulAssistantProgressAfterLastUser
True when the post-user segment has real run output (not a thinking-only stub).
src/stores/chat.ts:2398
↓ 1 callers
Function
hasMeaningfulStreamingActivity
True when streaming state carries visible progress (not a role-only placeholder).
src/stores/chat.ts:2403
↓ 1 callers
Function
hasObjectChanges
( existing: T, patch: Partial<T> | undefined, )
electron/services/providers-api.ts:39
↓ 1 callers
Function
hasRecentChannelActivity
( account: Pick<ChannelRuntimeAccountSnapshot, 'lastConnectedAt' | 'lastInboundAt' | 'lastOutboundAt'>, no
electron/utils/channel-status.ts:33
↓ 1 callers
Function
hasRecentChannelActivity
( account: Pick<ChannelRuntimeAccountSnapshot, 'lastConnectedAt' | 'lastInboundAt' | 'lastOutboundAt'>, no
src/lib/channel-status.ts:33
↓ 1 callers
Function
hasStaleExtractPatch
(content)
scripts/patch-nsis-extract.mjs:107
↓ 1 callers
Function
hasSuccessfulChannelProbe
( account: Pick<ChannelRuntimeAccountSnapshot, 'probe'>, )
electron/utils/channel-status.ts:45
↓ 1 callers
Function
hasSuccessfulChannelProbe
( account: Pick<ChannelRuntimeAccountSnapshot, 'probe'>, )
src/lib/channel-status.ts:45
↓ 1 callers
Function
hasSummaryRuntimeError
( summary: ChannelRuntimeSummarySnapshot | undefined, )
electron/utils/channel-status.ts:57
↓ 1 callers
Function
hasSummaryRuntimeError
( summary: ChannelRuntimeSummarySnapshot | undefined, )
src/lib/channel-status.ts:57
↓ 1 callers
Function
hasTerminalReplyAfterToolCall
(segmentMessages: RawMessage[], fromIndex: number)
src/pages/Chat/image-generation-status.ts:120
↓ 1 callers
Function
hasTimedOut
(startedAtMs: number | null, now: number)
src/pages/Chat/image-generation-status.ts:108
↓ 1 callers
Function
healAnthropicMessagesMaxTokensInConfig
(config: Record<string, unknown>)
electron/utils/openclaw-auth.ts:1686
↓ 1 callers
Function
imageToDataUrl
(image)
resources/openclaw-plugins/clawx-openai-image/index.mjs:26
↓ 1 callers
Function
inObject
()
tests/unit/i18n-locale-parity.test.ts:45
↓ 1 callers
Function
inferAuthMode
(type: ProviderType)
electron/services/providers/provider-store.ts:6
↓ 1 callers
Function
inferFeishuTargetKind
(target: string)
electron/services/channels-api.ts:478
↓ 1 callers
Function
inferProviderVendorIdFromOpenClawEntry
( key: string, entry: Record<string, unknown>, )
electron/services/providers/provider-service.ts:65
↓ 1 callers
Function
inferTargetKindFromValue
( channelType: string, target: string, chatType?: string, )
electron/services/channels-api.ts:514
↓ 1 callers
Method
initDeviceIdentity
()
electron/gateway/manager.ts:252
↓ 1 callers
Function
initialize
* Initialize the application
electron/main/index.ts:306
↓ 1 callers
Method
initializeAll
()
src/extensions/registry.ts:95
↓ 1 callers
Function
injectBaseHref
(source: string, filePath: string)
src/components/file-preview/HtmlPreview.tsx:39
↓ 1 callers
Function
inspectSkillDir
(params: { source: QuickAccessSkillSource; sourceLabel: string; priority: number; root: string; root
electron/utils/skill-quick-access.ts:135
↓ 1 callers
Function
inspectSkillDir
( descriptor: SourceDescriptor, rootRealPath: string, skillDir: string, configs: Record<string, SkillC
electron/services/skills/local-skill-service.ts:247
↓ 1 callers
Function
installCompletionToProfile
()
electron/utils/openclaw-cli.ts:379
↓ 1 callers
Function
installOpenClawCli
()
electron/utils/openclaw-cli.ts:129
↓ 1 callers
Function
installRecordsMatch
( left: Record<string, unknown>, right: Record<string, unknown>, )
electron/utils/plugin-install-index.ts:64
↓ 1 callers
Function
installUv
()
electron/utils/uv-setup.ts:78
↓ 1 callers
Function
isAfterUserMsg
(msg: RawMessage)
src/stores/chat.ts:3128
↓ 1 callers
Function
isAfterUserMsg
(msg: RawMessage)
src/stores/chat/history-actions.ts:193
↓ 1 callers
Function
isAllowedBundledGatewaySkill
(status: GatewaySkillStatus)
src/stores/skills.ts:45
↓ 1 callers
Function
isAnyAbsolute
* `path.isAbsolute` only respects the *current* platform's rules. OpenClaw * may be running in a context (or have been migrated from a profile) where
electron/utils/session-files.ts:48
↓ 1 callers
Function
isBaselineRealUserMessage
* Scan a streaming message for Write/Edit tool_use blocks and trigger * async baseline reads from disk for each target file. Called on every * `del
src/stores/chat.ts:2094
↓ 1 callers
Function
isCanonicalOpenClawAccountId
(value: string | null | undefined)
electron/utils/channel-alias.ts:48
↓ 1 callers
Function
isCanonicalOpenClawAccountId
(value: string | null | undefined)
src/lib/channel-alias.ts:52
↓ 1 callers
Function
isChatPreviewDocument
(file: AttachedFileMeta)
src/pages/Chat/ChatMessage.tsx:58
↓ 1 callers
Function
isCliInstalled
()
electron/utils/openclaw-cli.ts:170
↓ 1 callers
Function
isCurrentOpenClawPath
(p: string)
electron/utils/openclaw-workspace.ts:25
↓ 1 callers
Function
isDirectOpenFallbackExt
(ext?: string | null)
src/components/file-preview/open-file-utils.ts:7
↓ 1 callers
Function
isDirectoryDragItem
(item: DataTransferItem)
src/lib/collect-dropped-files.ts:58
↓ 1 callers
Function
isDuplicateChatEvent
(eventState: string, event: Record<string, unknown>)
src/stores/chat.ts:493
↓ 1 callers
Function
isEmptySkillEntry
* Update skill config (apiKey and env)
electron/utils/skill-config.ts:123
↓ 1 callers
Function
isFormValid
()
src/components/channels/ChannelConfigModal.tsx:433
↓ 1 callers
Function
isGatewayDiagnosticSnapshot
(value: unknown)
src/pages/Channels/index.tsx:48
↓ 1 callers
Function
isGatewayRestarting
(status: GatewayStatus)
src/lib/gateway-status.ts:3
↓ 1 callers
Function
isHostApiProviderExtension
(ext: Extension)
electron/extensions/types.ts:61
↓ 1 callers
Function
isHostRequest
(value: unknown)
electron/main/ipc/host-contract.ts:43
↓ 1 callers
Function
isHtmlOrMarkdownPreview
(file: AttachedFileMeta)
src/pages/Chat/ChatMessage.tsx:83
↓ 1 callers
Function
isIgnorablePostHogShutdownError
(error: unknown)
electron/utils/telemetry.ts:23
↓ 1 callers
Function
isImagePathLike
(value: string)
src/stores/chat.ts:986
↓ 1 callers
Function
isImagePathLike
(value: string)
src/stores/chat/helpers.ts:575
↓ 1 callers
Function
isInsideRoot
(rootPath: string, candidatePath: string)
electron/utils/skill-quick-access.ts:64
↓ 1 callers
Function
isInsideRoot
(rootPath: string, candidatePath: string)
electron/services/skills/local-skill-service.ts:89
↓ 1 callers
Function
isInternalSummaryText
(text: string)
electron/services/sessions-api.ts:71
↓ 1 callers
Function
isLegacyConfiguredAccountId
(channelType: string, accountId: string)
electron/services/channels-api.ts:181
↓ 1 callers
Function
isMemoryDoctorStartupError
(message: string)
src/pages/Dreams/index.tsx:216
↓ 1 callers
Function
isMiniMaxM27AnthropicEntry
( providerKey: string | undefined, entry: Record<string, unknown> | undefined, model: Record<string, unk
electron/utils/openclaw-auth.ts:1589
↓ 1 callers
Function
isNotification
(message: unknown)
electron/gateway/protocol.ts:191
↓ 1 callers
Function
isOpenClawBuilt
()
electron/utils/paths.ts:175
↓ 1 callers
Function
isOpenClawIdentityTemplate
(content: string)
electron/utils/openclaw-workspace.ts:46
↓ 1 callers
Function
isPathInside
(child: string, parent: string)
electron/main/ipc-handlers.ts:1335
↓ 1 callers
Function
isPathInside
(parentDir: string, childPath: string)
electron/services/logs-api.ts:24
↓ 1 callers
Function
isPathInside
(child: string, parent: string)
electron/services/files-api.ts:135
↓ 1 callers
Function
isPathKey
(key: string)
electron/utils/env-path.ts:3
↓ 1 callers
Function
isPythonReady
()
electron/utils/uv-setup.ts:90
↓ 1 callers
Function
isQuitting
()
electron/main/app-state.ts:12
↓ 1 callers
Function
isRealUserBoundary
(msg: RawMessage)
src/stores/chat.ts:3133
↓ 1 callers
Function
isRealUserBoundary
(msg: RawMessage)
src/stores/chat/history-actions.ts:197
↓ 1 callers
Function
isRealUserBoundaryMessage
(msg: RawMessage)
src/stores/chat/helpers.ts:1873
↓ 1 callers
Function
isRegionOptimized
(locale: string, timezone: string)
electron/utils/uv-env.ts:64
↓ 1 callers
Function
isResponse
(message: unknown)
electron/gateway/protocol.ts:177
↓ 1 callers
Function
isRuntimeSystemInjection
* Detect runtime-injected system messages that should be hidden from the chat UI. * These are injected by the OpenClaw runtime as user-role messages
src/stores/chat.ts:2043
↓ 1 callers
Function
isRuntimeSystemInjection
* Detect runtime-injected system messages that should be hidden from the chat UI. * These are injected by the OpenClaw runtime as user-role messages
src/stores/chat/helpers.ts:1579
↓ 1 callers
Function
isSameConfigValues
( existing: Record<string, string> | undefined, incoming: Record<string, unknown>, )
electron/services/channels-api.ts:1021
↓ 1 callers
Function
isSameCopy
(left: ConfirmDialogCopy, right: ConfirmDialogCopy)
src/components/ui/confirm-dialog.tsx:34
↓ 1 callers
Function
isSessionLabelHydrationReady
(runtimeKey: string, fallbackReady = false)
src/stores/chat/session-label-hydration.ts:37
↓ 1 callers
Function
isSkillFileAttachment
(file: AttachedFileMeta)
src/pages/Chat/ChatMessage.tsx:75
↓ 1 callers
Function
isSkillFileGroupsEmpty
(groups: SkillFileGroups)
src/lib/skill-files.ts:223
↓ 1 callers
Function
isSpawnLikeStep
(label: string)
src/pages/Chat/task-visualization.ts:232
↓ 1 callers
Function
isStaleNotRunningHealthForRunningGateway
( gatewayHealth: GatewayHealthSummary, gatewayState: string, )
src/pages/Channels/index.tsx:104
↓ 1 callers
Function
isTemplateHealthy
(content)
scripts/patch-nsis-install-section.mjs:49
↓ 1 callers
Function
isTransportRpcFailure
(method: string, error: unknown)
electron/gateway/manager.ts:122
↓ 1 callers
Method
isUnsupportedShutdownError
(error: unknown)
electron/gateway/manager.ts:272
← previous
next →
1,601–1,700 of 2,554, ranked by callers