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
↓ 2 callers
Function
hasPersistedProfiles
(store: PersistedAuthProfilesStore | null | undefined)
electron/utils/openclaw-auth-sqlite.ts:195
↓ 2 callers
Function
hasRunningRuntimeTool
(run: ChatRuntimeRunState | null)
src/pages/Chat/index.tsx:143
↓ 2 callers
Function
hasUserFacingImageAttachments
(msg: RawMessage)
src/pages/Chat/index.tsx:125
↓ 2 callers
Function
inferExpandedFolderDropRoot
(files: globalThis.File[])
src/lib/collect-dropped-files.ts:33
↓ 2 callers
Function
initTelemetry
()
electron/utils/telemetry.ts:47
↓ 2 callers
Method
initialize
(ctx: ExtensionContext)
electron/extensions/registry.ts:17
↓ 2 callers
Function
installQuestionDirectoryMocks
( app: Awaited<ReturnType<typeof import('./fixtures/electron').launchElectronApp>>, messages: Array<{ role
tests/e2e/chat-question-directory.spec.ts:42
↓ 2 callers
Function
isArkCodePlanMode
( vendorId: string, baseUrl: string | undefined, modelId: string | undefined, codePlanPresetBaseUrl?:
src/components/settings/ProvidersSettings.tsx:115
↓ 2 callers
Function
isChannelRuntimeConnected
( account: ChannelRuntimeAccountSnapshot, )
electron/utils/channel-status.ts:64
↓ 2 callers
Method
isConnected
* Check if gateway is connected
electron/gateway/client.ts:122
↓ 2 callers
Function
isCoreRpcMethod
(method: string)
electron/gateway/manager.ts:118
↓ 2 callers
Function
isDirectoryAttachment
(file: AttachedFileMeta)
src/pages/Chat/ChatMessage.tsx:71
↓ 2 callers
Function
isFailedAssistantTurnMessage
(message: RawMessage | unknown)
src/stores/chat.ts:2498
↓ 2 callers
Function
isGatewayBackendCommunicationTask
(spec)
harness/src/specs.mjs:120
↓ 2 callers
Function
isGatewayStillStartingError
(error: unknown)
electron/gateway/startup-recovery.ts:83
↓ 2 callers
Function
isInside
(parent: string, child: string)
electron/gateway/skills-symlink-cleanup.ts:136
↓ 2 callers
Function
isInternalDeliveryPlanningParagraph
Model-side planning about message-tool vs MEDIA delivery — never user-facing.
src/pages/Chat/message-utils.ts:219
↓ 2 callers
Function
isInternalProcessNarration
(text: string)
src/pages/Chat/message-utils.ts:253
↓ 2 callers
Function
isKnownChannelType
(value: string)
src/pages/Cron/index.tsx:265
↓ 2 callers
Function
isLaunchAtStartupKey
(key: keyof AppSettings)
electron/main/ipc/request-helpers.ts:43
↓ 2 callers
Function
isLoginFresh
(login: ActiveLogin)
electron/utils/wechat-login.ts:208
↓ 2 callers
Function
isOpenAiPlatformBaseUrl
(baseUrl: unknown)
electron/utils/openclaw-auth.ts:1273
↓ 2 callers
Function
isOpenClawPresent
()
electron/utils/paths.ts:165
↓ 2 callers
Function
isPdfPreviewExt
(ext: string | null | undefined)
src/lib/generated-files.ts:207
↓ 2 callers
Function
isProxyKey
(key: keyof AppSettings)
electron/main/ipc/request-helpers.ts:32
↓ 2 callers
Function
isRecoverableChatSendTimeout
* Only treat an explicit chat.send ack timeout as recoverable. * Gateway stopped / Gateway not connected are hard failures that * should still termi
src/stores/chat.ts:2303
↓ 2 callers
Function
isRecoverableRuntimeError
(errorMessage: string)
src/stores/chat/helpers.ts:57
↓ 2 callers
Method
isRestartDeferred
(context: RestartDeferralState)
electron/gateway/restart-controller.ts:23
↓ 2 callers
Function
isRuntimeGeneratedProviderKey
(providerKey: string)
electron/utils/openclaw-auth.ts:1041
↓ 2 callers
Function
isSheetPreviewExt
(ext: string | null | undefined)
src/lib/generated-files.ts:212
↓ 2 callers
Function
isTemplateHealthy
(content)
scripts/patch-nsis-extract.mjs:95
↓ 2 callers
Function
isTerminalAssistantErrorMessage
(message: RawMessage | unknown)
src/stores/chat/helpers.ts:459
↓ 2 callers
Function
isTransientGatewayStartError
(error: unknown)
electron/gateway/startup-recovery.ts:76
↓ 2 callers
Function
isValidEventChannel
(channel: string)
electron/preload/index.ts:14
↓ 2 callers
Function
joinEditText
(edits: FileEditOp[], side: 'old' | 'new')
src/lib/generated-files.ts:354
↓ 2 callers
Function
languageForPath
(path: string)
src/lib/monaco/loader.ts:88
↓ 2 callers
Function
listDir
(path: string)
src/lib/file-preview-client.ts:28
↓ 2 callers
Method
listInstalled
* List installed managed skills from the filesystem.
electron/gateway/clawhub.ts:143
↓ 2 callers
Method
listLegacyProvidersWithKeyInfo
* @deprecated Use listAccountsKeyInfo() + the account snapshot API.
electron/services/providers/provider-service.ts:537
↓ 2 callers
Function
listMarkdownFiles
(dir)
harness/src/specs.mjs:83
↓ 2 callers
Function
listNamespaces
(locale: string)
tests/unit/i18n-locale-parity.test.ts:107
↓ 2 callers
Function
listPackages
* List all package entries in a virtual-store node_modules directory. * Handles both regular packages (chalk) and scoped packages (@clack/prompts).
scripts/bundle-openclaw.mjs:162
↓ 2 callers
Function
listTree
( path: string, opts?: FilePreviewTreeOptions, )
src/lib/file-preview-client.ts:29
↓ 2 callers
Function
loadBaileys
Load Baileys on demand so a missing packaged dependency does not crash app startup.
electron/utils/whatsapp-login.ts:25
↓ 2 callers
Function
loadScenarioSpecs
()
harness/src/specs.mjs:94
↓ 2 callers
Function
loadSessionTranscriptFallback
( sessionKey: string, limit = 200, )
src/stores/chat/history-transcript-fallback.ts:4
↓ 2 callers
Function
loadWeChatRouteTag
(accountId?: string)
electron/utils/wechat-login.ts:218
↓ 2 callers
Function
makePreviewTarget
(overrides: Partial<FilePreviewTarget> = {})
tests/unit/file-preview-body.test.tsx:37
↓ 2 callers
Function
makeTempNodeModules
()
tests/unit/after-pack-cleanup.test.ts:26
↓ 2 callers
Function
makeWorkspaceAgentSkill
(name: string)
tests/unit/skills-symlink-cleanup.test.ts:78
↓ 2 callers
Function
mapGatewaySkillToSkill
(status: GatewaySkillStatus, existing?: Skill)
src/stores/skills.ts:59
↓ 2 callers
Method
markDeferredRestart
(reason: string, context: RestartDeferralState)
electron/gateway/restart-controller.ts:27
↓ 2 callers
Function
markQuitCleanupCompleted
(state: QuitLifecycleState)
electron/main/quit-lifecycle.ts:28
↓ 2 callers
Function
maskApiKey
(apiKey: string | null)
electron/services/providers/provider-service.ts:45
↓ 2 callers
Function
matchesOptimisticUserMessage
( candidate: RawMessage, optimistic: RawMessage, optimisticTimestampMs: number, )
src/stores/chat.ts:669
↓ 2 callers
Function
maybeLoadHistory
( state: { loadHistory: (quiet?: boolean) => Promise<void> }, force = false, )
src/stores/gateway.ts:147
↓ 2 callers
Function
maybeLoadSessions
( state: { loadSessions: () => Promise<void> }, force = false, )
src/stores/gateway.ts:134
↓ 2 callers
Function
mergeClawXContextOnce
(options: EnsureClawXContextOptions = {})
electron/utils/openclaw-workspace.ts:327
↓ 2 callers
Function
mergeClawXSection
(existing: string, section: string)
electron/utils/openclaw-workspace.ts:126
↓ 2 callers
Function
mergeGatewaySkills
(localSkills: Skill[], gatewaySkills?: GatewaySkillStatus[])
src/stores/skills.ts:82
↓ 2 callers
Function
mergePendingOptimisticUserMessages
(sessionKey: string, loadedMessages: RawMessage[])
src/stores/chat.ts:715
↓ 2 callers
Function
mergePendingOptimisticUserMessages
(sessionKey: string, loadedMessages: RawMessage[])
src/stores/chat/helpers.ts:289
↓ 2 callers
Function
messageHasDeliveredImage
(message: RawMessage)
src/pages/Chat/image-generation-status.ts:58
↓ 2 callers
Function
messageHasImageContent
* True when an assistant message carries user-visible final output (text or * image). NOTE: `thinking` blocks are intentionally excluded — they are t
src/stores/chat.ts:2326
↓ 2 callers
Function
messageHasToolUse
(msg: { role?: unknown; content?: unknown; tool_calls?: unknown; toolCalls?: unknown })
src/stores/chat/helpers.ts:1527
↓ 2 callers
Function
messageHasUserVisibleImage
(message: RawMessage)
src/pages/Chat/task-visualization.ts:59
↓ 2 callers
Function
messageMatchKey
(message: RawMessage)
src/stores/chat/history-transcript-merge.ts:79
↓ 2 callers
Function
migrateAuthProfilesJsonToSqliteIfNeeded
(agentId: string)
electron/utils/openclaw-auth-sqlite.ts:281
↓ 2 callers
Function
migrateOpenAiCodexOAuthRuntimeToOpenAiInConfig
Move legacy OAuth runtime config from `openai-codex` to canonical `openai`.
electron/utils/openclaw-auth.ts:1312
↓ 2 callers
Function
normalizeAgentId
(value: string | undefined | null)
src/stores/chat.ts:1842
↓ 2 callers
Function
normalizeAgentId
(value: string | undefined | null)
src/stores/chat/runtime-send-actions.ts:20
↓ 2 callers
Function
normalizeAgentName
(name: string)
electron/utils/agent-config.ts:130
↓ 2 callers
Function
normalizeBlockText
(text: string | undefined)
src/stores/chat.ts:540
↓ 2 callers
Function
normalizeBlockText
(text: string | undefined)
src/stores/chat/helpers.ts:114
↓ 2 callers
Function
normalizeCronDelivery
( rawDelivery: unknown, fallbackMode: CronJobDelivery['mode'] = 'none', )
electron/services/cron-api.ts:251
↓ 2 callers
Function
normalizeForCompare
* Lower-case path strings on Win32 only so the `path.relative` byte-wise * comparison aligns with NTFS case-insensitive semantics. No-op elsewhere.
electron/gateway/skills-symlink-cleanup.ts:132
↓ 2 callers
Function
normalizeGatewayChatRuntimeEvent
(payload: unknown)
electron/gateway/chat-runtime-events.ts:37
↓ 2 callers
Function
normalizeMessageRole
(role: unknown)
src/pages/Chat/message-utils.ts:503
↓ 2 callers
Function
normalizeModelRef
(provider: string, modelOverride?: string)
electron/utils/openclaw-auth.ts:1535
↓ 2 callers
Function
normalizePiAiModelCost
(existing: unknown)
electron/shared/pi-ai-model-cost.ts:21
↓ 2 callers
Function
normalizeScheduleInput
* Normalize a UI-supplied schedule (plain cron string or structured CronSchedule) * into the structured form the Gateway expects. Plain strings becom
electron/services/cron-api.ts:301
↓ 2 callers
Function
normalizeToolDenyList
(value: unknown)
electron/utils/openclaw-auth.ts:2739
↓ 2 callers
Function
normalizeToolStatus
(rawStatus: unknown, fallback: 'running' | 'completed')
src/stores/chat.ts:2155
↓ 2 callers
Function
normalizeToolStatus
(rawStatus: unknown, fallback: 'running' | 'completed')
src/stores/chat/helpers.ts:1633
↓ 2 callers
Method
onRunning
No-op kept for interface compatibility with callers.
electron/gateway/restart-governor.ts:45
↓ 2 callers
Function
onUpdateEvent
( event: E, handler: HostEventHandler<'updates', E>, )
src/lib/host-events.ts:54
↓ 2 callers
Function
overlayStatusReason
(gatewayHealth: GatewayHealthSummary, fallbackReason: string)
electron/services/channels-api.ts:211
↓ 2 callers
Function
parseCronExpr
(cron: string, t: TFunction<'cron'>)
src/pages/Cron/index.tsx:173
↓ 2 callers
Function
parseCronExprToForm
(expr: string, base: ScheduleFormState)
src/pages/Cron/index.tsx:361
↓ 2 callers
Function
parseCronSessionKey
(sessionKey: string)
electron/services/cron-api.ts:64
↓ 2 callers
Function
parseFrontmatter
(markdown)
harness/src/specs.mjs:19
↓ 2 callers
Function
parseJsonCell
(raw: string | null | undefined)
electron/utils/openclaw-auth-sqlite.ts:126
↓ 2 callers
Function
parseMessageLine
(line: string)
electron/services/sessions-api.ts:94
↓ 2 callers
Function
parseScheduleToForm
(job?: CronJob)
src/pages/Cron/index.tsx:383
↓ 2 callers
Function
parseSessionKey
(sessionKey: string)
electron/services/sessions-api.ts:185
↓ 2 callers
Function
parseUsageFromShape
(usage: unknown)
electron/utils/token-usage-core.ts:99
↓ 2 callers
Function
percentile
(values, p)
scripts/comms/replay.mjs:10
↓ 2 callers
Function
previewMimeFromPath
(filePath: string)
src/pages/Chat/ChatMessage.tsx:119
↓ 2 callers
Function
pruneStaleRuntimeModelConfig
( modelCfg: Record<string, unknown>, activeProviders: Set<string>, context: string, )
electron/utils/openclaw-auth.ts:1045
↓ 2 callers
Function
pushRef
(filePath: string, mimeType: string)
src/pages/Chat/ChatMessage.tsx:141
← previous
next →
1,001–1,100 of 2,554, ranked by callers