MCPcopy Create free account

hub / github.com/QodeXcli/QodeX / functions

Functions2,011 in github.com/QodeXcli/QodeX

↓ 7 callersFunctionextractMutationPaths
(toolName: string, args: unknown)
src/agent/read-ledger.ts:49
↓ 7 callersFunctionfileOutline
(relPath: string, content: string)
src/context/file-outline.ts:29
↓ 7 callersFunctionfindIssuesInTree
(root: TSNodeLike, content: string)
src/tools/ast/syntax-check.ts:65
↓ 7 callersFunctionforecastTrend
(runs: MaintainRun[], nowMs: number, weeks = 8)
src/cli/maintain-stats.ts:117
↓ 7 callersFunctionformatContextMeter
(used: number, window: number, barWidth = 10)
src/cli/viewport.ts:75
↓ 7 callersFunctionformatEvalSection
(result: EvalResult, contentHash: string)
src/skills/learning/eval-record.ts:53
↓ 7 callersFunctiongatherSessionEvidence
(messages: MsgLike[])
src/agent/completion-gate.ts:73
↓ 7 callersFunctiongetCwd
Determine the right working directory: workspace folder if available, else file's dir, else home.
vscode-extension/src/extension.ts:68
↓ 7 callersFunctiongetOrCreateTerminal
* Find an existing QodeX terminal or create a new one. We reuse terminals so * repeated commands don't pile up tabs.
vscode-extension/src/extension.ts:43
↓ 7 callersMethodgetProject
(cwd: string)
src/session/store.ts:429
↓ 7 callersFunctiongetSubAgentRunner
()
src/tools/builtin/task.ts:73
↓ 7 callersFunctiongit
(cwd: string, cmd: string)
test/snapshot-no-revert.test.ts:17
↓ 7 callersFunctiongitSetup
(cwd: string, args: string[])
test/release-notes.test.ts:22
↓ 7 callersFunctiongitSetup
(cwd: string, args: string[])
test/snapshot.test.ts:8
↓ 7 callersFunctionids
(files: string[])
test/verify-checkers.test.ts:4
↓ 7 callersFunctionisImportantFact
(fact: string)
src/context/memory-select.ts:38
↓ 7 callersFunctionlineChunk
(rel: string, content: string, chunkLines = 40, overlap = 8)
src/context/ast-chunk.ts:101
↓ 7 callersFunctionloadCustomCommands
(cwd: string)
src/cli/custom-commands.ts:69
↓ 7 callersFunctionloadProjectRules
(cwd: string)
src/context/claude-md.ts:7
↓ 7 callersFunctionloadTrellisContext
(cwd: string)
src/context/trellis.ts:108
↓ 7 callersFunctionmatches
(cron: CronExpression, when: Date)
src/schedule/cron.ts:93
↓ 7 callersFunctionnormalizeFaToken
(s: string)
src/skills/registry.ts:200
↓ 7 callersFunctionollamaNumCtxCeiling
(hw?: QodexConfig['hardware'])
src/llm/router.ts:36
↓ 7 callersFunctiononMessage
(handler: (msg: any) => void)
src/mcp/transport.ts:38
↓ 7 callersFunctionparseDuckDuckGoHtml
(html: string, limit: number)
src/tools/web/parse.ts:59
↓ 7 callersFunctionparseGithubLinksFromMarkdown
(md: string)
src/skills/bulk-installer.ts:111
↓ 7 callersFunctionparsePid
(raw: string | null | undefined)
src/cli/bot-process.ts:18
↓ 7 callersFunctionparseSegments
(text: string)
src/cli/render/assistant-message.tsx:42
↓ 7 callersFunctionparseSteerInput
(raw: string)
src/agent/steering.ts:23
↓ 7 callersFunctionreadEpisodes
(projectRoot: string, limit = 500)
src/context/episodic-memory.ts:58
↓ 7 callersFunctionreadFile
(deps: SlicerDeps, rel: string)
src/orchestration/context-injection.ts:50
↓ 7 callersFunctionrecordLearningEvent
(ev: Omit<LearningEvent, 'ts'>)
src/skills/learning/ledger.ts:33
↓ 7 callersFunctionrelevantPluginPaths
(cwd: string)
src/integrations/claude-plugins.ts:62
↓ 7 callersFunctionrequireDB
()
src/codegraph/tools.ts:16
↓ 7 callersFunctionresolveBrowserCdpUrl
(env: NodeJS.ProcessEnv = process.env)
src/tools/browser/session.ts:68
↓ 7 callersFunctionresolveMemoryMode
(mode: MemoryMode | undefined, contextWindow: number | undefined, threshold = AUTO_LIGHTWEIGHT_BELOW)
src/context/memory-select.ts:31
↓ 7 callersFunctionrunFanout
(jobs: FanoutJob[], opts: FanoutOptions)
src/orchestration/fanout.ts:60
↓ 7 callersFunctionrunHook
(hook: HookConfig, ctx: HookContext)
src/hooks/executor.ts:20
↓ 7 callersFunctionselectInjectedFacts
(facts: string[], opts: MemorySelectOptions = {})
src/context/memory-select.ts:52
↓ 7 callersFunctionselectRelevantPassages
(text: string, opts: { query?: string; budget: number })
src/tools/web/extract-select.ts:79
↓ 7 callersFunctionsetSessionRoleOverride
(role: RoleName, choice: SessionOverride | null)
src/llm/role-resolver.ts:41
↓ 7 callersMethodstatus
Current model / cwd / bound session / auto-approve state for this conversation.
src/bot/types.ts:113
↓ 7 callersFunctionsuggestGpuLayers
(inp: OffloadInputs)
src/llm/offload.ts:34
↓ 7 callersFunctionsuggestUninstalledSkill
(prompt: string, installed: string[])
src/skills/skill-sources.ts:72
↓ 7 callersFunctiontextResult
(text: string, isError = false)
src/mcp/server/qodex-tools.ts:34
↓ 7 callersFunctionuserWantsExecution
(prompt: string)
src/agent/scope-guard.ts:20
↓ 7 callersFunctionvalidateConfigSet
(path: string, value: unknown)
src/cli/dashboard-control.ts:32
↓ 7 callersFunctionvalidateCustomProviders
( rawList: unknown, )
src/llm/providers/custom-config.ts:147
↓ 7 callersFunctionverb
(advice: string)
src/skills/learning/failures.ts:93
↓ 7 callersFunctionwithLock
(lockPath: string, fn: () => Promise<T>, opts?: LockOptions)
src/utils/file-lock.ts:75
↓ 7 callersFunctionwriteConfigKnob
(path: string, coerced: boolean | string | number)
src/cli/dashboard-control.ts:66
↓ 6 callersFunctionNA
(feature: string)
src/bot/commands.ts:45
↓ 6 callersFunctionaggregateToFiles
(scored: ScoredChunk[], maxFiles: number)
src/context/retrieval.ts:325
↓ 6 callersFunctionbig
(tag: string)
test/atomic-write.test.ts:60
↓ 6 callersFunctionbuildSignedAuditLog
(runs: AuditableRun[], opts: { exportedAt: string; key?: string })
src/cli/maintain-audit.ts:125
↓ 6 callersFunctionbuildUserModel
(input: { userFacts: string[]; episodes: { prompt: string; files?: string[] }[] })
src/context/user-model.ts:52
↓ 6 callersFunctioncanMachineWrite
(name: string, existing: ProvenanceLike | undefined | null)
src/skills/provenance.ts:59
↓ 6 callersFunctionchallenger
()
test/skill-versioning-ucb.test.ts:7
↓ 6 callersFunctioncheckCompletionClaims
( claims: CompletionClaims, evidence: SessionEvidence, )
src/agent/completion-gate.ts:110
↓ 6 callersFunctionchunk
(file: string, text: string, symbol?: string)
test/hybrid-search.test.ts:8
↓ 6 callersFunctioncommonArea
(files: string[])
src/skills/learning/skill-suggest.ts:36
↓ 6 callersFunctioncomputeThroughput
(outputTokens: number, latencyMs: number)
src/llm/cache-layout.ts:90
↓ 6 callersFunctioncosineQuantized
(query: number[], q: QuantizedVec)
src/context/sqlite-index.ts:85
↓ 6 callersFunctiondiagnoseDevEnv
(cwd: string | undefined, output: string)
src/tools/browser/dev-server.ts:37
↓ 6 callersFunctiondiffDiagnostics
(baseline: Diagnostic[], current: Diagnostic[])
src/agent/verification.ts:79
↓ 6 callersFunctiondim
(s: string)
src/setup/prompt.ts:272
↓ 6 callersFunctiondocker
(args: string[], timeoutMs = 120_000)
src/tools/docker/docker-tools.ts:17
↓ 6 callersFunctionensureQodexHome
()
src/config/loader.ts:48
↓ 6 callersFunctionerrorCodeOf
(content: string)
src/agent/recovery.ts:138
↓ 6 callersFunctionestimateTokensJson
(value: unknown)
src/diagnostics/token-analyzer.ts:81
↓ 6 callersFunctionexpandEnvRefs
(config: MCPServerConfig, serverName: string)
src/mcp/manager.ts:19
↓ 6 callersFunctionexpandEnvString
(s: string, env: NodeJS.ProcessEnv = process.env)
src/utils/env-expand.ts:20
↓ 6 callersFunctionexportMemory
(cwd: string)
src/context/memory-mirror.ts:55
↓ 6 callersFunctionextractAttachedDir
(prompt: string)
src/agent/attached-dir.ts:12
↓ 6 callersFunctionextractSymbols
(filePath: string, source: string)
src/codegraph/extractor.ts:59
↓ 6 callersFunctionfillModelDefaults
(raw: any)
src/llm/providers/custom-config.ts:46
↓ 6 callersFunctionfindCommand
(text: string)
src/bot/commands.ts:157
↓ 6 callersFunctionfindCustomProviderPromptConfig
( rawList: unknown, providerName: string | undefined, )
src/llm/providers/custom-config.ts:125
↓ 6 callersFunctionfindImagePaths
(text: string, cwd: string)
src/utils/image-paths.ts:37
↓ 6 callersFunctionflush
()
src/cli/render/assistant-message.tsx:180
↓ 6 callersMethodgetSnapshotService
Public read accessor for slash commands to operate on snapshots.
src/agent/loop.ts:225
↓ 6 callersFunctionhandleRequest
( opts: { method: string; pathname: string; tokenOk: boolean; body: any; cwd: string; renderHtml: ()
src/cli/dashboard-server.ts:23
↓ 6 callersFunctionhashHtml
(html: string)
src/artifacts/live-server.ts:68
↓ 6 callersFunctionids
(items: WorkItem[])
test/partition.test.ts:4
↓ 6 callersFunctionisMacos
()
src/tools/computer/use.ts:46
↓ 6 callersFunctionisRecipe
(s: string | undefined | null)
src/schedule/recipes.ts:19
↓ 6 callersFunctionisStub
(m: Message)
test/read-cache.test.ts:17
↓ 6 callersFunctionkeyIdFor
(key: string)
src/cli/maintain-audit.ts:107
↓ 6 callersFunctionlerp
(a: number, b: number, t: number)
src/cli/prompts/gradient.tsx:30
↓ 6 callersMethodlistAvailableModels
()
src/llm/router.ts:181
↓ 6 callersFunctionlistCandidates
()
src/skills/learning/candidate-store.ts:42
↓ 6 callersFunctionloadShipped
()
test/data-collector-skill.test.ts:14
↓ 6 callersFunctionloadShipped
()
test/enterprise-analyst-skill.test.ts:14
↓ 6 callersFunctionloadShipped
()
test/seo-geo-skill.test.ts:15
↓ 6 callersFunctionlookup
(keys: [string, string][], k: string)
src/skills/interop.ts:34
↓ 6 callersFunctionmacosOnly
(toolName: string)
src/tools/computer/use.ts:50
↓ 6 callersFunctionmakeCtx
()
test/task-tool.test.ts:5
↓ 6 callersFunctionmakeStore
()
test/fixes-v0.2.1.test.ts:10
↓ 6 callersFunctionmapDiscoveredModels
(body: any)
src/llm/providers/custom-config.ts:175
↓ 6 callersMethodmark
Record a successful read (or a successful write/edit — the model authored it).
src/agent/read-ledger.ts:78
← previousnext →301–400 of 2,011, ranked by callers