MCPcopy Create free account

hub / github.com/QodeXcli/QodeX / functions

Functions2,011 in github.com/QodeXcli/QodeX

↓ 1,603 callersMethodpush
Append streamed text; flush now if the throttle window elapsed, else mark dirty.
src/bot/stream-pump.ts:38
↓ 261 callersMethodhas
(name: string)
src/tools/registry.ts:349
↓ 161 callersMethodget
(key: string)
src/bot/session-map.ts:26
↓ 122 callersMethodset
(key: string, sessionId: string)
src/bot/session-map.ts:31
↓ 113 callersMethodwarn
(msg: string, meta?: Record<string, unknown>)
src/utils/logger.ts:73
↓ 100 callersMethodadd
(input: { name: string; cron: string; prompt: string; cwd: string; model?: string; all
src/schedule/store.ts:101
↓ 88 callersMethodinfo
(msg: string, meta?: Record<string, unknown>)
src/utils/logger.ts:72
↓ 87 callersMethoddebug
(msg: string, meta?: Record<string, unknown>)
src/utils/logger.ts:71
↓ 75 callersMethodexecute
Run the whole graph to completion (or terminal failure).
src/orchestration/protocol.ts:142
↓ 72 callersMethoderror
(msg: string, meta?: Record<string, unknown>)
src/utils/logger.ts:74
↓ 70 callersMethodpush
Feed one delta; returns the visible text to emit (suppressed spans removed).
src/llm/thinking.ts:154
↓ 60 callersFunctionesc
(s: string)
src/cli/dashboard.ts:40
↓ 58 callersFunctioncheck
(name: string, cond: boolean)
test/tool-relevance.test.ts:12
↓ 58 callersMethodrun
(ctx: CommandCtx)
src/bot/commands.ts:42
↓ 55 callersMethodresolve
Find by exact id, id prefix (>=4 chars), or exact name.
src/schedule/store.ts:143
↓ 54 callersFunctionact
(verb: string, icon: string, color: string, category: string)
src/cli/prompts/tool-display.ts:41
↓ 54 callersMethodwrite
(level: LogLevel, msg: string, meta?: Record<string, unknown>)
src/utils/logger.ts:56
↓ 47 callersFunctiongit
(args: string[], opts: GitOptions)
src/tools/git/git-runner.ts:26
↓ 44 callersFunctioncheck
(name: string, cond: boolean)
test/artifact-preview.test.ts:10
↓ 43 callersFunctioncheck
(name: string, cond: boolean)
test/custom-config.test.ts:16
↓ 42 callersFunctiongetSessionStore
()
src/session/store.ts:483
↓ 37 callersMethodabort
Abort the running turn; returns whether one was actually running.
src/bot/commands.ts:21
↓ 37 callersFunctionrecoverToolCallsFromText
( text: string, knownToolNames: ReadonlySet<string>, )
src/llm/text-tool-recovery.ts:140
↓ 36 callersMethodevaluate
* Returns a non-asking decision based purely on policy. * Returns 'ask' when policy is undecided.
src/security/permissions.ts:36
↓ 35 callersMethodemit
Drop leading whitespace so a stripped leading block leaves no blank top lines.
src/llm/thinking.ts:224
↓ 35 callersMethodget
(s: 'user' | 'project')
src/tools/builtin/memory.ts:79
↓ 33 callersFunctioncheck
(name: string, cond: boolean)
test/read-ledger.test.ts:17
↓ 33 callersFunctionf
(n: number)
src/tools/frontend/print/layout.ts:26
↓ 32 callersFunctionassistantWithCall
(name: string, args: string)
test/phase-a.test.ts:109
↓ 32 callersFunctiontoolMsg
(name: string, content: string, callId = 'c')
test/phase-a.test.ts:101
↓ 32 callersFunctionuserMsg
(text: string)
test/phase-a.test.ts:105
↓ 31 callersMethoddelete
(filePath: string)
src/filesystem/transaction.ts:126
↓ 31 callersFunctionnames
(sig: string)
test/tool-relevance.test.ts:34
↓ 31 callersFunctionparseMaintainScope
(prompt: string)
src/schedule/recipes.ts:79
↓ 30 callersMethodlist
Used by /hooks slash command to enumerate registered hooks.
src/hooks/manager.ts:104
↓ 29 callersFunctioncheck
(name: string, cond: boolean)
test/syntax-check.test.ts:20
↓ 29 callersMethodstart
Open the connection. Resolves once we're ready to exchange messages.
src/mcp/transport.ts:21
↓ 28 callersFunctioncheck
(name: string, cond: boolean)
test/artifact-review.test.ts:10
↓ 28 callersMethodupdate
Feed the last turn's realized throughput (tok/s). Returns the new window.
src/llm/speculative.ts:216
↓ 28 callersFunctionwriteFileAtomic
( filePath: string, data: string | Uint8Array, opts: AtomicWriteOptions = {}, )
src/utils/atomic-write.ts:37
↓ 26 callersFunctioncheck
(name: string, cond: boolean)
test/artifact-store.test.ts:14
↓ 26 callersFunctioncheck
(name: string, cond: boolean)
test/gateways.test.ts:10
↓ 26 callersFunctionnode
(id: string, deps: string[] = [], targetFiles: string[] = [`${id}.ts`])
test/orchestration.test.ts:7
↓ 25 callersFunctionR
(scope: string, status: string, filesChanged = 0, when = '1h ago', at?: string)
test/maintain-stats.test.ts:4
↓ 24 callersFunctionadd
(severity: Severity, area: Area, message: string)
src/tools/web/seo-audit-logic.ts:234
↓ 24 callersFunctioncheck
(name: string, cond: boolean)
test/completion-gate.test.ts:14
↓ 24 callersMethodrecordTurn
( sessionId: string, messages: Message[], usage: { input: number; output: number; costUsd: number
src/session/store.ts:203
↓ 23 callersFunctioncheck
(name: string, cond: boolean)
test/security-scan.test.ts:8
↓ 23 callersFunctionisDestructiveBash
(command: string)
src/safety/snapshot.ts:65
↓ 23 callersFunctionmakeCtx
(cwd: string)
test/git-tools.test.ts:13
↓ 21 callersFunctionR
(readability: number, efficiency: number, completeness: number, safety: number, justification = '')
test/judge-cascade.test.ts:7
↓ 21 callersFunctiongetScheduleStore
()
src/schedule/store.ts:266
↓ 21 callersFunctionisTransientError
(err: any)
src/utils/retry.ts:98
↓ 21 callersFunctionloadConfig
(cwd: string = process.cwd())
src/config/loader.ts:81
↓ 21 callersFunctionlooksLikeBuildTask
(prompt: string)
src/agent/preflight-gate.ts:70
↓ 21 callersFunctionlooksVisionCapable
(id: string)
src/setup/model-detector.ts:213
↓ 20 callersFunctioncheck
(name: string, cond: boolean)
test/viewport.test.ts:8
↓ 20 callersFunctionscanSkillContent
(text: string)
src/skills/security-scan.ts:139
↓ 19 callersFunctioncheck
(name: string, cond: boolean)
test/edit-approval.test.ts:8
↓ 19 callersMethodchild
(i: number)
src/tools/ast/syntax-check.ts:46
↓ 18 callersFunctionc
(name: string, argsHash: string)
test/loop-pruning.test.ts:6
↓ 18 callersFunctionfindMcpSpec
(id: string)
src/mcp/registry.ts:307
↓ 18 callersFunctiongetDispatcherForUrl
(targetUrl: string)
src/utils/proxy-fetch.ts:80
↓ 18 callersMethodhas
(absPath: string)
src/agent/read-ledger.ts:82
↓ 18 callersMethodindexAll
(opts: IndexerOptions = {})
src/codegraph/indexer.ts:43
↓ 18 callersMethodload
()
src/bot/session-map.ts:19
↓ 17 callersFunctionbuildCustomEntry
(opts: { spec?: GatewaySpec; name?: string; baseUrl?: string; apiKeyEnv?: string; modelId?: string;
src/setup/gateways.ts:194
↓ 17 callersFunctionbuildRecipePrompt
(recipe: string | undefined | null, goal: string)
src/schedule/recipes.ts:27
↓ 17 callersFunctioncheck
(name: string, cond: boolean)
test/web-backends.test.ts:10
↓ 17 callersFunctiondescribeToolActivity
(name: string)
src/cli/prompts/tool-display.ts:136
↓ 17 callersFunctionestimateTokens
(messages: Message[])
src/utils/compaction.ts:68
↓ 17 callersMethodget
(id: string)
src/schedule/store.ts:138
↓ 17 callersFunctioninterpretApprovalAnswer
(answer: string)
src/tools/filesystem/edit-approval.ts:33
↓ 17 callersFunctionpad
(s: string, width: number)
src/diagnostics/token-analyzer.ts:374
↓ 17 callersFunctionpartitionWork
( items: WorkItem<T>[], opts: PartitionOptions = {}, )
src/orchestration/partition.ts:119
↓ 16 callersMethodaddFact
* Persist a fact. scope='project' (default) ties it to `cwd`; scope='user' * makes it global — surfaced in every session regardless of directory. U
src/session/store.ts:302
↓ 16 callersFunctioncheck
(name: string, cond: boolean)
test/task-addenda.test.ts:8
↓ 16 callersFunctioncoerceArgsToSchema
(raw: unknown, schema: JsonSchemaNode | undefined)
src/llm/constrained.ts:98
↓ 16 callersFunctionfindGateway
(id: string)
src/setup/gateways.ts:145
↓ 16 callersMethodloadSession
(sessionId: string)
src/session/store.ts:243
↓ 16 callersFunctionmk
(file: string, line: number, message: string, code?: string)
test/verify-baseline.test.ts:5
↓ 16 callersFunctionparseCron
(expr: string)
src/schedule/cron.ts:50
↓ 16 callersFunctionrun
Feed `chunks` through the filter one at a time and return the concatenated visible output.
test/thinking-stream.test.ts:5
↓ 15 callersMethodabs
(rel: string)
src/orchestration/staging.ts:90
↓ 15 callersFunctionbuildMaintainStats
(runs: MaintainRun[])
src/cli/maintain-stats.ts:27
↓ 15 callersFunctioncheck
(name: string, cond: boolean)
test/model-resolve.test.ts:37
↓ 15 callersFunctiondispatchAction
(name: string, params: any, cwd: string)
src/cli/dashboard-control.ts:78
↓ 15 callersFunctionflush
()
test/bot-gateway.test.ts:23
↓ 15 callersFunctionflush
()
test/bot-commands.test.ts:24
↓ 15 callersMethodtakeSnapshot
* Take a snapshot of the current working tree. * * @returns the record if taken, or null if skipped (non-git repo / no changes / git failed).
src/safety/snapshot.ts:90
↓ 15 callersFunctionuserSkillsDir
()
src/skills/loader.ts:10
↓ 15 callersFunctionvalidateCustomProvider
(raw: RawCustomProvider, index: number)
src/llm/providers/custom-config.ts:68
↓ 14 callersFunctioncheck
(name: string, cond: boolean)
test/efficiency-profile.test.ts:8
↓ 14 callersMethodemit
(ev: SchedulerEvent)
src/orchestration/scheduler.ts:71
↓ 14 callersFunctionfileExists
(p: string)
src/context/project-info.ts:47
↓ 14 callersMethodgetFactsByScope
List facts for a given scope. For 'project', pass the cwd.
src/session/store.ts:334
↓ 14 callersFunctioninferProvider
(modelId: string)
src/llm/role-resolver.ts:110
↓ 14 callersFunctioniso
(daysAgo: number)
test/maintain-stats.test.ts:58
↓ 14 callersFunctionnode
(partial: Partial<TSNodeLike> & { type: string }, children: TSNodeLike[] = [])
test/syntax-check.test.ts:25
↓ 14 callersFunctionrankApproaches
( query: string, sources: ApproachSource[], opts: { topK?: number; minScore?: number; nowMs?: number; di
src/context/approach-recall.ts:80
next →1–100 of 2,011, ranked by callers