MCPcopy Create free account

hub / github.com/QodeXcli/QodeX / functions

Functions2,011 in github.com/QodeXcli/QodeX

↓ 14 callersMethodsend
Send a JSON-RPC message (request, response, or notification).
src/mcp/transport.ts:23
↓ 14 callersFunctionstripModuleSyntax
(src: string)
src/artifacts/preview.ts:73
↓ 13 callersFunctionbuildPdf
(blocks: PdfBlock[])
src/cli/pdf-lite.ts:74
↓ 13 callersFunctionbuildPreviewHtml
(type: ArtifactType, content: string)
src/artifacts/preview.ts:183
↓ 13 callersFunctioncard
(label: string, value: string, accent: string)
src/cli/dashboard.ts:48
↓ 13 callersFunctioncheck
(name: string, cond: boolean)
test/prompt-tiering.test.ts:11
↓ 13 callersFunctionchunk
(file: string, text: string, startLine = 1, endLine = 10)
test/retrieval-embed-resilience.test.ts:11
↓ 13 callersFunctioncosineSim
(a: number[], b: number[])
src/context/retrieval.ts:167
↓ 13 callersFunctiondedupeFinalAgainstStreamed
(rawFinal: string, streamedThisTurn: string)
src/cli/modes/final-dedupe.ts:35
↓ 13 callersFunctionhexToRgb
(hex: string)
src/cli/prompts/gradient.tsx:18
↓ 13 callersFunctionisAuthorized
(platform: Platform, userId: string, allow: AllowConfig)
src/bot/auth.ts:18
↓ 13 callersFunctionproxyFetch
(input: string | URL, init?: RequestInit)
src/utils/proxy-fetch.ts:104
↓ 13 callersFunctionrankEpisodes
(query: string, episodes: Episode[], opts: RankOptions = {})
src/context/episodic-memory.ts:107
↓ 12 callersFunctionallow
(cond: string)
src/tools/shell/code-run.ts:109
↓ 12 callersFunctionbuildServerEntry
(spec: McpServerSpec, opts: AddServerOptions = {})
src/mcp/config-writer.ts:47
↓ 12 callersFunctioncanOpenBrowser
(env: NodeJS.ProcessEnv = process.env, platform: string = process.platform)
src/artifacts/open-browser.ts:20
↓ 12 callersFunctioncheck
(name: string, cond: boolean)
test/explain-stream-error.test.ts:8
↓ 12 callersMethodcheck
* Pure gate decision for ONE existing file about to be mutated. * `currentMtimeMs` is the file's mtime on disk right now (caller stats it). * No
src/agent/read-ledger.ts:95
↓ 12 callersFunctiondetectLanguage
(filePath: string)
src/tools/ast/parser.ts:32
↓ 12 callersFunctiondetectStacksFromText
(text: string)
src/llm/prompts/stack-profiles.ts:200
↓ 12 callersFunctionfeed
(m: SkillManifest, v: string, runs: Array<{ success: boolean; tokens?: number; durationMs?: number }>)
test/skill-versioning-ucb.test.ts:8
↓ 12 callersMethodhandleMessage
(msg: any)
src/mcp/client.ts:192
↓ 12 callersFunctioninitManifest
(skillId: string, author: 'human' | 'machine', confidence = 50, nowIso = '')
src/skills/learning/skill-versioning.ts:73
↓ 12 callersFunctionisHighCapacityModel
(modelId: string)
src/llm/prompts/system.ts:58
↓ 12 callersFunctionlastText
(sent: { text: string }[])
test/bot-commands.test.ts:25
↓ 12 callersMethodlistRecentSessions
(limit = 20, cwd?: string)
src/session/store.ts:259
↓ 12 callersFunctionmoveSelection
(current: number, keyName: string | undefined, len: number)
src/setup/prompt.ts:55
↓ 12 callersFunctionreadCall
(id: string, path: string, extra: Record<string, unknown> = {})
test/read-cache.test.ts:5
↓ 12 callersFunctionreadResult
(id: string, content: string)
test/read-cache.test.ts:12
↓ 12 callersMethodrecord
(outputTokens: number, latencyMs: number, draftActive: boolean)
src/llm/speculative.ts:142
↓ 12 callersFunctionrenderApproachDiffs
(query: string, matches: ApproachMatch[], opts: { topK?: number } = {})
src/context/approach-diff.ts:122
↓ 12 callersFunctionsetSubAgentRunner
(runner: SubAgentRunner | null)
src/tools/builtin/task.ts:69
↓ 12 callersFunctionstatusOf
(err: any)
src/utils/retry.ts:72
↓ 12 callersFunctionstripThinkingForDisplay
(text: string)
src/llm/thinking.ts:89
↓ 12 callersFunctionwithCacheBreakpoints
( systemText: string, messages: any[], tools: any[] | undefined, systemBoundary?: number, )
src/llm/providers/anthropic.ts:33
↓ 12 callersFunctionwithStats
(m: SkillManifest, v: string, exec: number, succ: number)
test/skill-versioning.test.ts:7
↓ 11 callersFunctionanalyzeMessages
( sessionId: string, messages: Message[], opts: AnalyzeOptions, )
src/diagnostics/token-analyzer.ts:119
↓ 11 callersFunctionbuildSystemPrompt
(ctx: SystemPromptContext)
src/llm/prompts/system.ts:63
↓ 11 callersFunctioncountTokens
(text: string | null | undefined)
src/utils/tokenizer.ts:92
↓ 11 callersFunctionfakeTransport
Fake transport that also captures the native command-menu registration.
test/bot-commands.test.ts:7
↓ 11 callersFunctiongetArtifact
(cwd: string, id: string, version?: number)
src/artifacts/store.ts:229
↓ 11 callersFunctionhas
(t: string)
src/tools/web/seo-audit-logic.ts:159
↓ 11 callersFunctionhasDep
(pkg: any, name: string)
src/tools/frontend/detect-stack.ts:165
↓ 11 callersFunctioninject
(text: string)
test/bot-commands.test.ts:19
↓ 11 callersFunctioninspectOutput
(text: string, hadToolCalls: boolean)
src/agent/output-guardrail.ts:63
↓ 11 callersFunctionparseReceipt
(output: string)
src/schedule/receipt.ts:36
↓ 11 callersFunctionparseSkill
( raw: string, name: string, dir: string, origin: SkillSpec['origin'], )
src/skills/loader.ts:106
↓ 11 callersFunctionpickDominantSkill
( results: Array<{ name: string; score: number; strong?: number }>, opts: { minScore?: number; dominance?:
src/skills/registry.ts:267
↓ 11 callersFunctionredactValue
(key: string, value: unknown)
src/utils/redact.ts:8
↓ 11 callersFunctionrefreshSkillRegistry
()
src/skills/registry.ts:18
↓ 11 callersFunctionrouteSkillVersion
(manifest: SkillManifest, opts: RouteOptions = {})
src/skills/learning/skill-versioning.ts:180
↓ 11 callersFunctionrunCmd
Run a command, capture output, throw on non-zero exit.
src/tools/computer/use.ts:58
↓ 11 callersFunctionrunProcess
( bin: string, args: string[], opts: RunProcessOptions = {}, )
src/utils/run-process.ts:52
↓ 11 callersFunctionsection
(title: string)
src/setup/prompt.ts:255
↓ 11 callersFunctionsetActiveConfig
(cfg: QodexConfig)
src/config/loader.ts:144
↓ 11 callersFunctionwithRetry
(fn: (attempt: number) => Promise<T>, opts: RetryOptions = {})
src/utils/retry.ts:122
↓ 10 callersFunction_resetProxyCacheForTesting
()
src/utils/proxy-fetch.ts:114
↓ 10 callersMethodapi
(method: string, body: unknown)
src/bot/adapters/telegram.ts:23
↓ 10 callersFunctionbootstrap
()
src/index.ts:40
↓ 10 callersFunctioncompositeReward
(v: VersionDetail, ref: RewardRef, weights: RewardWeights = DEFAULT_WEIGHTS)
src/skills/learning/skill-versioning.ts:146
↓ 10 callersFunctiondetectStacksFromProject
(signals: ProjectSignals)
src/llm/prompts/stack-profiles.ts:218
↓ 10 callersMethoddispatch
* Dispatch an event. Hooks run sequentially in declaration order so users have * predictable ordering (e.g. lint before format). Returns aggregated
src/hooks/manager.ts:68
↓ 10 callersFunctionexists
(p: string)
src/agent/tool-profile.ts:44
↓ 10 callersFunctionextractFilePathsFromArgs
(args: unknown)
src/hooks/manager.ts:20
↓ 10 callersFunctionextractSseData
(buffer: string)
src/mcp/transport.ts:318
↓ 10 callersMethodfindSymbolsByName
(name: string, kind?: string, limit = 50)
src/codegraph/schema.ts:159
↓ 10 callersMethodfinish
Force the final state out, regardless of throttle.
src/bot/stream-pump.ts:50
↓ 10 callersFunctiongitSetup
Run a git command synchronously in the given dir for test setup.
test/git-tools.test.ts:26
↓ 10 callersFunctionisBinaryBuffer
(buf: Buffer, sampleSize = 8000)
src/utils/binary.ts:38
↓ 10 callersFunctionisExecutionAction
(toolName: string, argsJson: string)
src/agent/scope-guard.ts:26
↓ 10 callersFunctionisPlanningToolCall
(name: string, args: any)
src/agent/preflight-gate.ts:87
↓ 10 callersFunctionkv
(k: string, v: string)
src/cli/maintain-report-export.ts:63
↓ 10 callersFunctionmakeConfig
(overrides: Partial<QodexConfig> = {})
test/role-resolver.test.ts:11
↓ 10 callersFunctionmakeCtx
(cwd: string)
test/codegraph.test.ts:184
↓ 10 callersFunctionparseDeliveryTarget
(s: string | undefined | null)
src/schedule/delivery.ts:26
↓ 10 callersFunctionproposeParameterizedHelper
(members: FunctionUnit[], helperName = 'extractedHelper')
src/codegraph/helper-extract.ts:236
↓ 10 callersMethodrecentRuns
(scheduleId: string, limit = 10)
src/schedule/store.ts:258
↓ 10 callersFunctionrenderInline
(s: string)
src/cli/render/assistant-message.tsx:84
↓ 10 callersFunctionsampleStops
(stops: RGB[], p: number)
src/cli/prompts/gradient.tsx:39
↓ 10 callersMethodsearchFacts
* Search remembered facts by relevance (FTS5 bm25 rank), scoped like getFactsByScope. * Empty/again-unusable query ⇒ []. Falls back to a LIKE scan
src/session/store.ts:387
↓ 10 callersFunctionserializeMessage
(m: Message)
src/llm/cache-layout.ts:28
↓ 10 callersFunctionsetCodeGraphDB
(db: CodeGraphDB)
src/codegraph/tools.ts:9
↓ 10 callersFunctionskillContentHash
(md: string)
src/skills/learning/eval-record.ts:42
↓ 10 callersFunctionstripLeakedToolTags
(text: string)
src/llm/thinking.ts:237
↓ 10 callersFunctionten
(success: boolean, tokens = 0, durationMs = 0)
test/skill-versioning-ucb.test.ts:12
↓ 10 callersFunctiontermFreq
(tokens: string[])
src/skills/learning/similarity.ts:26
↓ 10 callersFunctiontryParseJson
(text: string)
src/llm/constrained.ts:45
↓ 9 callersFunctionageToolResults
(messages: Message[], opts: AgingOptions = {})
src/agent/result-aging.ts:67
↓ 9 callersMethodbegin
* Enter the sandbox. Returns true if isolation is now active, false if it * couldn't be set up (non-git, detached HEAD, etc.) — in which case the c
src/agent/git-sandbox.ts:140
↓ 9 callersFunctionbuildDashboardHtml
(d: DashboardData, opts: { token?: string } = {})
src/cli/dashboard.ts:46
↓ 9 callersFunctionbuildDirectoryTree
( rootDir: string, options: TreeOptions = {}, )
src/context/tree.ts:102
↓ 9 callersFunctionbuildReviewReport
(inputs: ReviewInputs)
src/artifacts/review.ts:93
↓ 9 callersFunctioncheckSyntaxForWrite
( absPath: string, beforeContent: string | null, afterContent: string, )
src/tools/ast/syntax-check.ts:134
↓ 9 callersFunctionchunk
(file: string, startLine: number, embedding: number[])
test/retrieval.test.ts:18
↓ 9 callersFunctionclassifyCommit
(c: RawCommit)
src/tools/git/classify-commits.ts:32
↓ 9 callersFunctionclassifyVisionAnswer
(answer: string)
src/artifacts/review.ts:65
↓ 9 callersFunctioncreateArtifact
(cwd: string, input: CreateInput, write: WriteFn, now = new Date().toISOString())
src/artifacts/store.ts:171
↓ 9 callersFunctioncreateNextVersion
( manifest: SkillManifest, author: 'human' | 'machine', opts: { confidence?: number; nowIso?: string } =
src/skills/learning/skill-versioning.ts:96
↓ 9 callersMethodcreateSession
(cwd: string, model: string)
src/session/store.ts:197
↓ 9 callersFunctiondaysAgo
(d: number)
test/maintain-loop-e2e.test.ts:42
← previousnext →101–200 of 2,011, ranked by callers