MCPcopy Create free account

hub / github.com/NanmiCoder/cc-haha / functions

Functions17,500 in github.com/NanmiCoder/cc-haha

↓ 10 callersFunctionsemanticNumber
( inner: T = z.number() as unknown as T, )
src/utils/semanticNumber.ts:26
↓ 10 callersMethodsend
(channel: string, payload: unknown)
desktop/electron/services/preview.test.ts:48
↓ 10 callersFunctionsetField
(fieldName_0: string, value: number | string | boolean | string[] | undefined)
src/components/mcp/ElicitationDialog.tsx:328
↓ 10 callersFunctionsetIsInteractive
(value: boolean)
src/bootstrap/state.ts:1065
↓ 10 callersFunctionshouldBypassProxy
( urlString: string, noProxy: string | undefined = getNoProxy(), )
src/utils/proxy.ts:88
↓ 10 callersFunctionsliceAnsi
( str: string, start: number, end?: number, )
src/utils/sliceAnsi.ts:26
↓ 10 callersMethodstart
(chatId: string)
adapters/wechat/typing.ts:17
↓ 10 callersMethodstart
Start polling for team changes.
src/server/services/teamWatcher.ts:32
↓ 10 callersMethodstopPolling
* Stop polling the output file. Called from React useEffect cleanup * when the progress component unmounts.
src/utils/task/TaskOutput.ts:97
↓ 10 callersFunctionstripLeadingBillingHeader
(text: string)
src/server/proxy/transform/billingHeader.ts:19
↓ 10 callersFunctionstripSafeWrappers
(command: string)
src/tools/BashTool/bashPermissions.ts:524
↓ 10 callersFunctiontempDir
()
desktop/electron/services/terminal.test.ts:60
↓ 10 callersFunctiontranslate
( locale: Locale, key: TranslationKey, params?: Record<string, string | number>, )
desktop/src/i18n/index.ts:27
↓ 10 callersFunctiontruncateContent
( content: string, maxSize: number = MAX_CONTENT_SIZE, )
src/utils/telemetry/betaSessionTracing.ts:103
↓ 10 callersFunctionupdateTask
( taskListId: string, taskId: string, updates: Partial<Omit<Task, 'id'>>, )
src/utils/tasks.ts:370
↓ 10 callersFunctionvalidateUuid
(maybeUuid: unknown)
src/utils/uuid.ts:12
↓ 10 callersFunctionwrite
(msg)
src/bridge/replBridgeTransport.ts:271
↓ 10 callersMethodwrite
(data: string)
desktop/electron/services/terminal.test.ts:28
↓ 9 callersFunctionI0
(M,Q,Z,q,J,j)
desktop/src-tauri/resources/preview-agent.js:18
↓ 9 callersMethodactivateOfficial
()
src/server/services/providerService.ts:350
↓ 9 callersFunctionaddMatchCheck
( report: PackageSmokeReport, rootDir: string, label: string, matches: string[], fallbackPath: strin
scripts/quality-gate/package-smoke/index.ts:229
↓ 9 callersFunctionappendAssistantTextMessage
( messages: UIMessage[], content: string, timestamp: number, model?: string, transcriptMessageId?: s
desktop/src/stores/chatStore.ts:447
↓ 9 callersFunctionbuildRenderModel
(messages: UIMessage[], activeAskUserQuestionToolUseId?: string | null)
desktop/src/components/chat/MessageList.tsx:562
↓ 9 callersFunctionbuildTraceViewModel
( trace: TraceSessionData, messages: MessageEntry[], options: TraceViewModelOptions = {}, )
desktop/src/lib/traceViewModel.ts:102
↓ 9 callersFunctioncacheMarketplaceFromGit
* Cache a marketplace from a git repository * * Clones or updates a git repository containing marketplace data. * If the repository already exists
src/utils/plugins/marketplaceManager.ts:1090
↓ 9 callersMethodcheck
()
src/server/services/teamWatcher.ts:59
↓ 9 callersFunctionclamp
(value: number, min?: number, max?: number)
src/ink/layout/geometry.ts:93
↓ 9 callersFunctionclearMemoryFileCaches
()
src/utils/claudemd.ts:1119
↓ 9 callersFunctionclearOAuthTokenCache
()
src/utils/auth.ts:1331
↓ 9 callersMethodclose
()
desktop/src/api/websocket.test.ts:41
↓ 9 callersFunctioncloseWhatsAppSocket
(sock: WhatsAppSocket, reason = 'closed')
adapters/whatsapp/session.ts:79
↓ 9 callersFunctioncommandBelongsToServer
( command: Command, serverName: string, )
src/services/mcp/utils.ts:52
↓ 9 callersFunctioncreateCombinedAbortSignal
( signal: AbortSignal | undefined, opts?: { signalB?: AbortSignal; timeoutMs?: number }, )
src/utils/combinedAbortSignal.ts:15
↓ 9 callersFunctioncreateDumpPromptsFetch
( agentIdOrSessionId: string, options?: { traceSessionId?: string querySource?: string }, )
src/services/api/dumpPrompts.ts:220
↓ 9 callersFunctioncreateStubWindow
* A fresh window-like object per test: keeps the module-level WeakSet * (listener install guard) from leaking state between cases, unlike the * shar
desktop/src/lib/touchH5.test.ts:274
↓ 9 callersFunctiondecreset
(mode: number)
src/ink/termio/dec.ts:32
↓ 9 callersFunctiondecset
(mode: number)
src/ink/termio/dec.ts:27
↓ 9 callersMethoddrop
* Discard all queued items (permanent transport close). * Returns the number of items dropped.
src/bridge/flushGate.ts:56
↓ 9 callersFunctionextractCompletionToken
(text: string, cursorPos: number, includeAtSymbol = false)
src/hooks/useTypeahead.tsx:261
↓ 9 callersFunctionextractInboundPayload
(content: string, msgType: string)
adapters/feishu/extract-payload.ts:30
↓ 9 callersFunctionextractRules
( updates: PermissionUpdate[] | undefined, )
src/utils/permissions/PermissionUpdate.ts:30
↓ 9 callersFunctionextractTextContent
(content: unknown)
desktop/src/components/chat/ToolCallGroup.tsx:1061
↓ 9 callersFunctionformatClockTime
(iso: string)
desktop/src/lib/trace/formatters.ts:23
↓ 9 callersFunctionformatMs
(ms: number)
src/utils/profilerBase.ts:22
↓ 9 callersFunctionformatPermissionDecisionStatus
(decision: Pick<PermissionDecision, 'allowed' | 'rule'>)
adapters/common/permission.ts:67
↓ 9 callersFunctionformatPermissionRequest
(toolName: string, input: unknown, requestId: string)
adapters/common/format.ts:235
↓ 9 callersMethodgc
Remove files older than retentionMs. Returns summary.
adapters/common/attachment/attachment-store.ts:82
↓ 9 callersFunctiongenerateBarChart
( data: Record<string, number>, color: string, maxItems = 6, fixedOrder?: string[], )
src/commands/insights.ts:1824
↓ 9 callersFunctiongetAgentContext
()
src/utils/agentContext.ts:100
↓ 9 callersFunctiongetAgentMemoryDir
( agentType: string, scope: AgentMemoryScope, )
src/tools/AgentTool/agentMemory.ts:52
↓ 9 callersFunctiongetCacheControl
({ scope, querySource, }: { scope?: CacheScope; querySource?: QuerySource; } = {})
src/services/api/claude.ts:367
↓ 9 callersFunctiongetCwdState
()
src/bootstrap/state.ts:527
↓ 9 callersFunctiongetDefaultBranch
()
src/utils/git.ts:265
↓ 9 callersFunctiongetDefaultSonnetModel
()
src/utils/model/model.ts:127
↓ 9 callersFunctiongetEffectiveContextWindowSize
(model: string)
src/services/compact/autoCompact.ts:33
↓ 9 callersFunctiongetFileModificationTime
(filePath: string)
src/utils/file.ts:66
↓ 9 callersFunctiongetHeaders
(accessToken: string)
src/bridge/bridgeApi.ts:76
↓ 9 callersFunctiongetIsInteractive
()
src/bootstrap/state.ts:1061
↓ 9 callersMethodgetLogDir
()
src/server/services/diagnosticsService.ts:62
↓ 9 callersFunctiongetMacOsKeychainStorageServiceName
( serviceSuffix: string = '', )
src/utils/secureStorage/macOsKeychainHelpers.ts:29
↓ 9 callersFunctiongetManagedPluginNames
()
src/utils/plugins/managedPlugins.ts:9
↓ 9 callersFunctiongetModelUsage
()
src/bootstrap/state.ts:826
↓ 9 callersFunctiongetOpenAIOAuthTokensAsync
()
src/services/openaiAuth/storage.ts:200
↓ 9 callersFunctiongetPluginGitTimeoutMs
()
src/utils/plugins/marketplaceManager.ts:523
↓ 9 callersFunctiongetProxyUrl
(env: EnvLike = process.env)
src/utils/proxy.ts:64
↓ 9 callersFunctiongetRows
(card: Record<string, unknown>)
adapters/feishu/__tests__/feishu.test.ts:706
↓ 9 callersFunctiongetServerBaseUrl
()
desktop/src/lib/desktopRuntime.ts:86
↓ 9 callersMethodgetStatus
()
src/utils/awsAuthStatusManager.ts:33
↓ 9 callersFunctiongetTask
( taskListId: string, taskId: string, )
src/utils/tasks.ts:310
↓ 9 callersFunctiongetTaskListId
()
src/utils/tasks.ts:199
↓ 9 callersFunctiongetTokenUsage
(message: Message)
src/utils/tokens.ts:7
↓ 9 callersFunctiongetValueFromInput
(input: string)
src/components/PromptInput/inputModes.ts:23
↓ 9 callersFunctiongetWebSocketTLSOptions
()
src/utils/mtls.ts:100
↓ 9 callersFunctiongt
(a: string, b: string)
src/utils/semver.ts:19
↓ 9 callersFunctionhandleErrorStatus
( status: number, data: unknown, context: string, )
src/bridge/bridgeApi.ts:454
↓ 9 callersFunctionhandleFilesystemRoute
(pathname: string, url: URL)
src/server/api/filesystem.ts:75
↓ 9 callersFunctionhasModel1mMarker
(model: string)
desktop/src/pages/Settings.tsx:848
↓ 9 callersFunctionhasPermissionsToUseTool
( tool, input, context, assistantMessage, toolUseID, )
src/utils/permissions/permissions.ts:483
↓ 9 callersFunctionhasProfileScope
()
src/utils/auth.ts:1603
↓ 9 callersFunctionhasRunningBackgroundTasks
(tasks?: Record<string, BackgroundAgentTask>)
desktop/src/lib/backgroundTasks.ts:6
↓ 9 callersFunctionhold
Hold a pose for n frames (60ms each).
src/components/LogoV2/AnimatedClawd.tsx:13
↓ 9 callersMethodinsert
(insertString: string)
src/utils/Cursor.ts:861
↓ 9 callersMethodinvalidateSessionListCache
()
src/server/services/sessionService.ts:398
↓ 9 callersMethodisAutoAllowBashIfSandboxedEnabled
()
src/utils/sandbox/sandbox-adapter.ts:888
↓ 9 callersFunctionisAutoCompactEnabled
()
src/services/compact/autoCompact.ts:147
↓ 9 callersFunctionisAutoModeGateEnabled
()
src/utils/permissions/permissionSetup.ts:1283
↓ 9 callersFunctionisBackgroundTask
(task: TaskState)
src/tasks/types.ts:37
↓ 9 callersFunctionisCoordinatorMode
()
src/coordinator/coordinatorMode.ts:36
↓ 9 callersFunctionisEnumSchema
( schema: PrimitiveSchemaDefinition, )
src/utils/mcp/elicitationValidation.ts:43
↓ 9 callersFunctionisGrowthBookEnabled
* Check if GrowthBook operations should be enabled
src/services/analytics/growthbook.ts:422
↓ 9 callersFunctionisInProcessTeammate
()
src/utils/teammateContext.ts:70
↓ 9 callersFunctionisLoopbackHostname
(hostname: string)
desktop/src/lib/desktopRuntime.ts:379
↓ 9 callersFunctionisOpenAIAuthActive
()
src/utils/auth.ts:1919
↓ 9 callersFunctionisPolicyLimitsEligible
()
src/services/policyLimits/index.ts:167
↓ 9 callersFunctionisRemoteManagedSettingsEligible
()
src/services/remoteManagedSettings/syncCache.ts:49
↓ 9 callersFunctionisRunningOnHomespace
()
src/utils/envUtils.ts:118
↓ 9 callersFunctionisSameOrInsidePathForPlatform
( targetPath: string, rootPath: string, platform: NodeJS.Platform = process.platform, )
src/server/services/windowsDrivePath.ts:15
↓ 9 callersFunctionisSyncHookJSONOutput
( json: HookJSONOutput, )
src/types/hooks.ts:182
↓ 9 callersFunctionjumpBy
(s: ScrollBoxHandle, delta: number)
src/components/ScrollKeybindingHandler.tsx:834
↓ 9 callersMethodkill
()
desktop/electron/services/terminal.test.ts:36
← previousnext →901–1,000 of 17,500, ranked by callers