MCPcopy Create free account

hub / github.com/QodeXcli/QodeX / functions

Functions2,011 in github.com/QodeXcli/QodeX

↓ 9 callersFunctiondeserializeMaintainHistory
(text: string)
src/cli/maintain-history.ts:85
↓ 9 callersFunctiondetect
(pkg: any, items: Array<{ name: string; pkg: string | null; evidence?: string }>)
src/tools/frontend/detect-stack.ts:170
↓ 9 callersFunctionep
(prompt: string, summary: string, files: string[] = [])
test/episodic-memory.test.ts:4
↓ 9 callersFunctionextractCompletionClaims
(finalText: string)
src/agent/completion-gate.ts:65
↓ 9 callersFunctionextractTarget
(partialArgs: string)
src/cli/prompts/tool-display.ts:153
↓ 9 callersFunctionfindMatch
( content: string, search: string, opts: { fuzzyThreshold?: number; fuzzyMargin?: number; allowFuzzy?: b
src/tools/filesystem/fuzzy-match.ts:101
↓ 9 callersFunctionfindSimilarHelpers
( units: FunctionUnit[], opts: { minSim?: number; maxSim?: number; minTokens?: number } = {}, )
src/codegraph/helper-extract.ts:94
↓ 9 callersFunctionflush
()
test/bot-artifact.test.ts:22
↓ 9 callersMethodget
(self, key: str)
examples/skills/data-collector/patterns.py:97
↓ 9 callersFunctiongetActiveConfig
()
src/config/loader.ts:145
↓ 9 callersFunctionhandleSlashCommand
(input: string, sessionId: string, cwd: string, config?: any)
src/cli/slash-commands.ts:45
↓ 9 callersFunctioninject
(m: Partial<Incoming>)
test/bot-artifact.test.ts:17
↓ 9 callersFunctionisGitRepo
(cwd: string, signal?: AbortSignal)
src/tools/git/git-runner.ts:110
↓ 9 callersFunctionnormalizeProse
(s: string)
src/cli/render/assistant-message.tsx:37
↓ 9 callersFunctionnotInstalledMessage
(bin: string, installHint: string)
src/utils/run-process.ts:127
↓ 9 callersMethodrunGit
(args: string[])
src/safety/snapshot.ts:200
↓ 9 callersFunctionscoreConfidence
(signal: CaptureSignal)
src/skills/learning/confidence.ts:25
↓ 9 callersMethodsetEnabled
(idOrName: string, enabled: boolean)
src/schedule/store.ts:130
↓ 9 callersFunctionslugifyProviderName
(raw: string)
src/setup/gateways.ts:172
↓ 9 callersMethodstop
Close the connection and clean up resources.
src/mcp/transport.ts:25
↓ 9 callersFunctionstr
(x: any)
src/schedule/receipt.ts:76
↓ 9 callersFunctionsuggestSkillFromSession
(input: SkillSuggestionInput)
src/skills/learning/skill-suggest.ts:114
↓ 9 callersFunctiontmpDir
()
test/atomic-write.test.ts:9
↓ 9 callersFunctionverifyAuditLog
(log: SignedAuditLog, key?: string)
src/cli/maintain-audit.ts:195
↓ 8 callersMethodaddWorklogEntry
Append one accomplishment/decision/blocker/note to the project's worklog.
src/session/store.ts:437
↓ 8 callersFunctionapply
(t: string, c: number)
src/cli/components/chat-input.tsx:59
↓ 8 callersFunctionauditHtml
(url: string, html: string)
src/tools/web/seo-audit-logic.ts:302
↓ 8 callersFunctionbuildAuditChain
(runs: AuditableRun[])
src/cli/maintain-audit.ts:65
↓ 8 callersFunctionbuildImportGraph
( root: string, files: Array<{ rel: string; content?: string }>, read?: (rel: string) => Promise<string
src/context/import-graph.ts:157
↓ 8 callersFunctioncandidatesDir
()
src/skills/learning/candidate-store.ts:19
↓ 8 callersFunctioncheckLiveAuth
(token: string | undefined, url: string, cookieHeader: string | undefined)
src/artifacts/live-server.ts:56
↓ 8 callersMethodclear
(key: string)
src/bot/session-map.ts:38
↓ 8 callersMethodcommit
Commit a staged result to the real file system.
src/orchestration/scheduler.ts:41
↓ 8 callersFunctioncompactFileReads
(messages: Message[], opts: ReadCacheOptions = {})
src/agent/read-cache.ts:111
↓ 8 callersMethodcomplete
(req: CompletionRequest)
src/llm/providers/openai.ts:142
↓ 8 callersFunctioncomputeCost
( usage: { input: number; output: number; cacheRead?: number; cacheCreation?: number }, info: ModelInfo, )
src/llm/router.ts:363
↓ 8 callersFunctiondedupeSelfRepeatedText
(text: string)
src/cli/modes/final-dedupe.ts:133
↓ 8 callersFunctiondetectHardware
()
src/setup/hardware-profile.ts:45
↓ 8 callersFunctiondidShrink
( prev: { cols: number; rows: number }, next: { cols: number; rows: number }, )
src/cli/viewport.ts:58
↓ 8 callersFunctiondisabled
()
src/integrations/claude-plugins.ts:39
↓ 8 callersMethodestimateTokens
(messages: Message[])
src/agent/loop.ts:2659
↓ 8 callersFunctionevaluateChecks
(check: EvalCheck, outcome: Outcome)
src/eval/score.ts:66
↓ 8 callersFunctionexpandViaGraph
( graph: ImportGraph, seeds: string[], opts: { hops?: number; maxFiles?: number; hubDamping?: boolean }
src/context/import-graph.ts:216
↓ 8 callersFunctionexpectWellFormed
(cfg: unknown)
test/config-loader-robustness.test.ts:31
↓ 8 callersFunctionexplainStreamError
(raw: string)
src/agent/recovery.ts:11
↓ 8 callersFunctiongetConfig
()
vscode-extension/src/extension.ts:30
↓ 8 callersMethodgetFactsForCwd
* Facts to inject for a session in `cwd`: this project's facts PLUS all global * user facts. User facts come first so personal preferences lead. De
src/session/store.ts:315
↓ 8 callersFunctiongetParser
(language: string)
src/tools/ast/parser.ts:58
↓ 8 callersFunctiongetSession
()
src/tools/browser/session.ts:93
↓ 8 callersMethodgetUsage
()
src/agent/budget.ts:85
↓ 8 callersMethodgetWorklog
(cwd: string, limit = 20)
src/session/store.ts:445
↓ 8 callersFunctiongraphOf
(...nodes: TaskNode[])
test/orchestration.test.ts:15
↓ 8 callersFunctioninject
(m: Partial<Incoming>)
test/bot-gateway.test.ts:18
↓ 8 callersFunctionisGatedMutationTool
(toolName: string)
src/agent/read-ledger.ts:44
↓ 8 callersFunctionisProtected
(skill: ProvenanceLike | undefined | null)
src/skills/provenance.ts:31
↓ 8 callersFunctionisRedundantAssistantText
(prev: string, next: string)
src/cli/modes/final-dedupe.ts:85
↓ 8 callersFunctionisTrivialMessage
(prompt: string)
src/agent/trivial-message.ts:25
↓ 8 callersFunctionjob
(label: string, extra: Partial<FanoutJob> = {})
test/fanout-runner.test.ts:5
↓ 8 callersFunctionload
(name: string)
test/architect-skills.test.ts:10
↓ 8 callersFunctionmapFirecrawlResults
( payload: { success?: boolean; data?: FirecrawlItem[]; error?: string } | null | undefined, limit: number
src/tools/web/parse.ts:37
↓ 8 callersFunctionmatchModelCandidates
(index: Map<string, Val>, query: string)
test/model-resolve.test.ts:10
↓ 8 callersMethodmatching
Returns all hooks for an event (after matcher filtering when toolName is supplied).
src/hooks/manager.ts:42
↓ 8 callersFunctionmetaContent
Pull the content/value of a <meta> matched by name= or property= equal to `key`.
src/tools/web/seo-audit-logic.ts:79
↓ 8 callersFunctionnormalizeFailureSignature
(tool: string, error: string)
src/skills/learning/failures.ts:40
↓ 8 callersFunctionparagraph
(text: string)
src/setup/prompt.ts:263
↓ 8 callersFunctionparseCriticVerdict
(text: string)
src/agent/critic.ts:98
↓ 8 callersFunctionparseSpec
( raw: string, name: string, filePath: string, origin: 'project' | 'user' | 'plugin', )
src/cli/custom-commands.ts:107
↓ 8 callersFunctionpresence
(label: string, present: boolean)
src/tools/web/seo-audit.ts:48
↓ 8 callersFunctionprojectWith
(configYaml: string | null)
test/config-loader-robustness.test.ts:21
↓ 8 callersFunctionreadLoopAction
(maxIdenticalReads: number)
src/agent/recovery.ts:119
↓ 8 callersFunctionresolveOllamaVisionModel
()
src/tools/vision/vision-analyze.ts:43
↓ 8 callersFunctionresolveRole
( role: RoleName, config: QodexConfig, explicitModel?: string, )
src/llm/role-resolver.ts:58
↓ 8 callersFunctionresolveSetting
(explicit: unknown, profileDefault: number)
src/agent/efficiency-profile.ts:43
↓ 8 callersMethodroute
(taskClass: TaskClass, contextTokens: number, options: { explicitModel?: string } = {})
src/llm/router.ts:277
↓ 8 callersFunctionscaffoldMcpServer
(spec: ScaffoldSpec, opts: { overwrite?: boolean } = {})
src/mcp/scaffold/builder.ts:44
↓ 8 callersFunctionselectBackend
(name: string | undefined)
src/tools/web/web-search.ts:16
↓ 8 callersFunctionshouldReject
(beforeHadErrors: boolean | null, afterHasErrors: boolean)
src/tools/ast/syntax-check.ts:110
↓ 8 callersFunctionsplitForStream
(text: string, maxLen: number)
src/bot/chunk.ts:19
↓ 8 callersFunctionstartLive
(opts: StartLiveOptions)
src/artifacts/live-registry.ts:68
↓ 8 callersFunctionstem
(word: string)
src/context/approach-recall.ts:19
↓ 8 callersMethodstopAll
Stop all servers (called on graceful shutdown). Also clears their tools from the registry.
src/mcp/manager.ts:158
↓ 8 callersFunctionsummarizeToolResult
(name: string, result: string, isError: boolean)
src/cli/render/tool-summary.ts:27
↓ 8 callersFunctiontokenize
(text: string)
src/skills/learning/similarity.ts:21
↓ 8 callersFunctionunwrapDdgRedirect
(url: string)
src/tools/web/parse.ts:111
↓ 7 callersFunctionM
(kind: 'episode' | 'worklog' | 'fact', text: string, score: number, files?: string[])
test/approach-diff.test.ts:5
↓ 7 callersFunctioncaptureEligible
(signal: CaptureSignal, policy: CapturePolicy = DEFAULT_CAPTURE_POLICY)
src/skills/learning/capture.ts:38
↓ 7 callersFunctioncomputeDiffStats
(oldContent: string, newContent: string)
src/utils/diff.ts:12
↓ 7 callersFunctioncomputeHealth
(input: { providers: { keyEnv?: string; keySet?: boolean }[]; schedulesEnabled: number; botRunning: bool
src/cli/dashboard-observability.ts:15
↓ 7 callersFunctionconfirm
( question: string, defaultYes: boolean, opts: PromptOptions, )
src/setup/prompt.ts:17
↓ 7 callersFunctiondecideChampion
(manifest: SkillManifest, opts: { minExecutions?: number; margin?: number; weights?: RewardWeights } = {})
src/skills/learning/skill-versioning.ts:238
↓ 7 callersFunctiondecidePromotion
(input: PromotionInput)
src/skills/learning/promotion.ts:34
↓ 7 callersFunctiondecideThinking
(ctx: ThinkingContext)
src/agent/thinking-control.ts:49
↓ 7 callersFunctiondedupHistory
(messages: Message[], opts: DedupOptions = {})
src/agent/dedup.ts:63
↓ 7 callersFunctionderiveAutoDisabledTools
( infra: InfraSignals, prompt: string, allNames: string[], )
src/agent/tool-profile.ts:120
↓ 7 callersFunctiondetectStuckLoop
(recentToolCalls: Array<{ name: string; argsHash: string }>)
src/agent/recovery.ts:186
↓ 7 callersFunctioneffectiveConcurrencyMode
( config: QodexConfig, parentProvider: ResolvedRole['provider'], subagentProvider: ResolvedRole['provide
src/llm/role-resolver.ts:133
↓ 7 callersFunctionefficiencyDefaults
(efficient: boolean)
src/agent/efficiency-profile.ts:34
↓ 7 callersFunctionev
(task: string, tool: string, err: string)
test/skill-failures.test.ts:29
↓ 7 callersFunctionexpandToolPatterns
(patterns: string[], allNames: string[])
src/tools/registry.ts:137
↓ 7 callersFunctionextractBlockCount
(modelInfo: Record<string, unknown> | undefined | null)
src/setup/offload-detect.ts:32
← previousnext →201–300 of 2,011, ranked by callers