Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ functions
Functions
2,011 in github.com/QodeXcli/QodeX
⨍
Functions
2,011
◇
Types & classes
769
↳
Endpoints
3
↓ 9 callers
Function
deserializeMaintainHistory
(text: string)
src/cli/maintain-history.ts:85
↓ 9 callers
Function
detect
(pkg: any, items: Array<{ name: string; pkg: string | null; evidence?: string }>)
src/tools/frontend/detect-stack.ts:170
↓ 9 callers
Function
ep
(prompt: string, summary: string, files: string[] = [])
test/episodic-memory.test.ts:4
↓ 9 callers
Function
extractCompletionClaims
(finalText: string)
src/agent/completion-gate.ts:65
↓ 9 callers
Function
extractTarget
(partialArgs: string)
src/cli/prompts/tool-display.ts:153
↓ 9 callers
Function
findMatch
( content: string, search: string, opts: { fuzzyThreshold?: number; fuzzyMargin?: number; allowFuzzy?: b
src/tools/filesystem/fuzzy-match.ts:101
↓ 9 callers
Function
findSimilarHelpers
( units: FunctionUnit[], opts: { minSim?: number; maxSim?: number; minTokens?: number } = {}, )
src/codegraph/helper-extract.ts:94
↓ 9 callers
Function
flush
()
test/bot-artifact.test.ts:22
↓ 9 callers
Method
get
(self, key: str)
examples/skills/data-collector/patterns.py:97
↓ 9 callers
Function
getActiveConfig
()
src/config/loader.ts:145
↓ 9 callers
Function
handleSlashCommand
(input: string, sessionId: string, cwd: string, config?: any)
src/cli/slash-commands.ts:45
↓ 9 callers
Function
inject
(m: Partial<Incoming>)
test/bot-artifact.test.ts:17
↓ 9 callers
Function
isGitRepo
(cwd: string, signal?: AbortSignal)
src/tools/git/git-runner.ts:110
↓ 9 callers
Function
normalizeProse
(s: string)
src/cli/render/assistant-message.tsx:37
↓ 9 callers
Function
notInstalledMessage
(bin: string, installHint: string)
src/utils/run-process.ts:127
↓ 9 callers
Method
runGit
(args: string[])
src/safety/snapshot.ts:200
↓ 9 callers
Function
scoreConfidence
(signal: CaptureSignal)
src/skills/learning/confidence.ts:25
↓ 9 callers
Method
setEnabled
(idOrName: string, enabled: boolean)
src/schedule/store.ts:130
↓ 9 callers
Function
slugifyProviderName
(raw: string)
src/setup/gateways.ts:172
↓ 9 callers
Method
stop
Close the connection and clean up resources.
src/mcp/transport.ts:25
↓ 9 callers
Function
str
(x: any)
src/schedule/receipt.ts:76
↓ 9 callers
Function
suggestSkillFromSession
(input: SkillSuggestionInput)
src/skills/learning/skill-suggest.ts:114
↓ 9 callers
Function
tmpDir
()
test/atomic-write.test.ts:9
↓ 9 callers
Function
verifyAuditLog
(log: SignedAuditLog, key?: string)
src/cli/maintain-audit.ts:195
↓ 8 callers
Method
addWorklogEntry
Append one accomplishment/decision/blocker/note to the project's worklog.
src/session/store.ts:437
↓ 8 callers
Function
apply
(t: string, c: number)
src/cli/components/chat-input.tsx:59
↓ 8 callers
Function
auditHtml
(url: string, html: string)
src/tools/web/seo-audit-logic.ts:302
↓ 8 callers
Function
buildAuditChain
(runs: AuditableRun[])
src/cli/maintain-audit.ts:65
↓ 8 callers
Function
buildImportGraph
( root: string, files: Array<{ rel: string; content?: string }>, read?: (rel: string) => Promise<string
src/context/import-graph.ts:157
↓ 8 callers
Function
candidatesDir
()
src/skills/learning/candidate-store.ts:19
↓ 8 callers
Function
checkLiveAuth
(token: string | undefined, url: string, cookieHeader: string | undefined)
src/artifacts/live-server.ts:56
↓ 8 callers
Method
clear
(key: string)
src/bot/session-map.ts:38
↓ 8 callers
Method
commit
Commit a staged result to the real file system.
src/orchestration/scheduler.ts:41
↓ 8 callers
Function
compactFileReads
(messages: Message[], opts: ReadCacheOptions = {})
src/agent/read-cache.ts:111
↓ 8 callers
Method
complete
(req: CompletionRequest)
src/llm/providers/openai.ts:142
↓ 8 callers
Function
computeCost
( usage: { input: number; output: number; cacheRead?: number; cacheCreation?: number }, info: ModelInfo, )
src/llm/router.ts:363
↓ 8 callers
Function
dedupeSelfRepeatedText
(text: string)
src/cli/modes/final-dedupe.ts:133
↓ 8 callers
Function
detectHardware
()
src/setup/hardware-profile.ts:45
↓ 8 callers
Function
didShrink
( prev: { cols: number; rows: number }, next: { cols: number; rows: number }, )
src/cli/viewport.ts:58
↓ 8 callers
Function
disabled
()
src/integrations/claude-plugins.ts:39
↓ 8 callers
Method
estimateTokens
(messages: Message[])
src/agent/loop.ts:2659
↓ 8 callers
Function
evaluateChecks
(check: EvalCheck, outcome: Outcome)
src/eval/score.ts:66
↓ 8 callers
Function
expandViaGraph
( graph: ImportGraph, seeds: string[], opts: { hops?: number; maxFiles?: number; hubDamping?: boolean }
src/context/import-graph.ts:216
↓ 8 callers
Function
expectWellFormed
(cfg: unknown)
test/config-loader-robustness.test.ts:31
↓ 8 callers
Function
explainStreamError
(raw: string)
src/agent/recovery.ts:11
↓ 8 callers
Function
getConfig
()
vscode-extension/src/extension.ts:30
↓ 8 callers
Method
getFactsForCwd
* 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 callers
Function
getParser
(language: string)
src/tools/ast/parser.ts:58
↓ 8 callers
Function
getSession
()
src/tools/browser/session.ts:93
↓ 8 callers
Method
getUsage
()
src/agent/budget.ts:85
↓ 8 callers
Method
getWorklog
(cwd: string, limit = 20)
src/session/store.ts:445
↓ 8 callers
Function
graphOf
(...nodes: TaskNode[])
test/orchestration.test.ts:15
↓ 8 callers
Function
inject
(m: Partial<Incoming>)
test/bot-gateway.test.ts:18
↓ 8 callers
Function
isGatedMutationTool
(toolName: string)
src/agent/read-ledger.ts:44
↓ 8 callers
Function
isProtected
(skill: ProvenanceLike | undefined | null)
src/skills/provenance.ts:31
↓ 8 callers
Function
isRedundantAssistantText
(prev: string, next: string)
src/cli/modes/final-dedupe.ts:85
↓ 8 callers
Function
isTrivialMessage
(prompt: string)
src/agent/trivial-message.ts:25
↓ 8 callers
Function
job
(label: string, extra: Partial<FanoutJob> = {})
test/fanout-runner.test.ts:5
↓ 8 callers
Function
load
(name: string)
test/architect-skills.test.ts:10
↓ 8 callers
Function
mapFirecrawlResults
( payload: { success?: boolean; data?: FirecrawlItem[]; error?: string } | null | undefined, limit: number
src/tools/web/parse.ts:37
↓ 8 callers
Function
matchModelCandidates
(index: Map<string, Val>, query: string)
test/model-resolve.test.ts:10
↓ 8 callers
Method
matching
Returns all hooks for an event (after matcher filtering when toolName is supplied).
src/hooks/manager.ts:42
↓ 8 callers
Function
metaContent
Pull the content/value of a <meta> matched by name= or property= equal to `key`.
src/tools/web/seo-audit-logic.ts:79
↓ 8 callers
Function
normalizeFailureSignature
(tool: string, error: string)
src/skills/learning/failures.ts:40
↓ 8 callers
Function
paragraph
(text: string)
src/setup/prompt.ts:263
↓ 8 callers
Function
parseCriticVerdict
(text: string)
src/agent/critic.ts:98
↓ 8 callers
Function
parseSpec
( raw: string, name: string, filePath: string, origin: 'project' | 'user' | 'plugin', )
src/cli/custom-commands.ts:107
↓ 8 callers
Function
presence
(label: string, present: boolean)
src/tools/web/seo-audit.ts:48
↓ 8 callers
Function
projectWith
(configYaml: string | null)
test/config-loader-robustness.test.ts:21
↓ 8 callers
Function
readLoopAction
(maxIdenticalReads: number)
src/agent/recovery.ts:119
↓ 8 callers
Function
resolveOllamaVisionModel
()
src/tools/vision/vision-analyze.ts:43
↓ 8 callers
Function
resolveRole
( role: RoleName, config: QodexConfig, explicitModel?: string, )
src/llm/role-resolver.ts:58
↓ 8 callers
Function
resolveSetting
(explicit: unknown, profileDefault: number)
src/agent/efficiency-profile.ts:43
↓ 8 callers
Method
route
(taskClass: TaskClass, contextTokens: number, options: { explicitModel?: string } = {})
src/llm/router.ts:277
↓ 8 callers
Function
scaffoldMcpServer
(spec: ScaffoldSpec, opts: { overwrite?: boolean } = {})
src/mcp/scaffold/builder.ts:44
↓ 8 callers
Function
selectBackend
(name: string | undefined)
src/tools/web/web-search.ts:16
↓ 8 callers
Function
shouldReject
(beforeHadErrors: boolean | null, afterHasErrors: boolean)
src/tools/ast/syntax-check.ts:110
↓ 8 callers
Function
splitForStream
(text: string, maxLen: number)
src/bot/chunk.ts:19
↓ 8 callers
Function
startLive
(opts: StartLiveOptions)
src/artifacts/live-registry.ts:68
↓ 8 callers
Function
stem
(word: string)
src/context/approach-recall.ts:19
↓ 8 callers
Method
stopAll
Stop all servers (called on graceful shutdown). Also clears their tools from the registry.
src/mcp/manager.ts:158
↓ 8 callers
Function
summarizeToolResult
(name: string, result: string, isError: boolean)
src/cli/render/tool-summary.ts:27
↓ 8 callers
Function
tokenize
(text: string)
src/skills/learning/similarity.ts:21
↓ 8 callers
Function
unwrapDdgRedirect
(url: string)
src/tools/web/parse.ts:111
↓ 7 callers
Function
M
(kind: 'episode' | 'worklog' | 'fact', text: string, score: number, files?: string[])
test/approach-diff.test.ts:5
↓ 7 callers
Function
captureEligible
(signal: CaptureSignal, policy: CapturePolicy = DEFAULT_CAPTURE_POLICY)
src/skills/learning/capture.ts:38
↓ 7 callers
Function
computeDiffStats
(oldContent: string, newContent: string)
src/utils/diff.ts:12
↓ 7 callers
Function
computeHealth
(input: { providers: { keyEnv?: string; keySet?: boolean }[]; schedulesEnabled: number; botRunning: bool
src/cli/dashboard-observability.ts:15
↓ 7 callers
Function
confirm
( question: string, defaultYes: boolean, opts: PromptOptions, )
src/setup/prompt.ts:17
↓ 7 callers
Function
decideChampion
(manifest: SkillManifest, opts: { minExecutions?: number; margin?: number; weights?: RewardWeights } = {})
src/skills/learning/skill-versioning.ts:238
↓ 7 callers
Function
decidePromotion
(input: PromotionInput)
src/skills/learning/promotion.ts:34
↓ 7 callers
Function
decideThinking
(ctx: ThinkingContext)
src/agent/thinking-control.ts:49
↓ 7 callers
Function
dedupHistory
(messages: Message[], opts: DedupOptions = {})
src/agent/dedup.ts:63
↓ 7 callers
Function
deriveAutoDisabledTools
( infra: InfraSignals, prompt: string, allNames: string[], )
src/agent/tool-profile.ts:120
↓ 7 callers
Function
detectStuckLoop
(recentToolCalls: Array<{ name: string; argsHash: string }>)
src/agent/recovery.ts:186
↓ 7 callers
Function
effectiveConcurrencyMode
( config: QodexConfig, parentProvider: ResolvedRole['provider'], subagentProvider: ResolvedRole['provide
src/llm/role-resolver.ts:133
↓ 7 callers
Function
efficiencyDefaults
(efficient: boolean)
src/agent/efficiency-profile.ts:34
↓ 7 callers
Function
ev
(task: string, tool: string, err: string)
test/skill-failures.test.ts:29
↓ 7 callers
Function
expandToolPatterns
(patterns: string[], allNames: string[])
src/tools/registry.ts:137
↓ 7 callers
Function
extractBlockCount
(modelInfo: Record<string, unknown> | undefined | null)
src/setup/offload-detect.ts:32
← previous
next →
201–300 of 2,011, ranked by callers