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
↓ 5 callers
Function
outsideCwdHint
(givenPath: string, resolved: string, cwd: string)
src/utils/path-hint.ts:10
↓ 5 callers
Function
parseMacMemGB
(stdout: string)
src/setup/offload-detect.ts:25
↓ 5 callers
Function
parseNvidiaSmiVram
(stdout: string)
src/setup/offload-detect.ts:18
↓ 5 callers
Function
pdfSanitize
(s: string)
src/cli/pdf-lite.ts:34
↓ 5 callers
Function
pidFilePath
()
src/cli/bot-process.ts:15
↓ 5 callers
Function
prepareDiffPreview
( path: string, before: string | null, after: string, )
src/utils/ui-limits.ts:17
↓ 5 callers
Function
previewPort
(id: string)
src/artifacts/preview.ts:210
↓ 5 callers
Function
pushLine
(line: string, ctx: TreeContext)
src/context/tree.ts:206
↓ 5 callers
Function
pushSlice
(arr: ContextSlice[], s: ContextSlice)
src/orchestration/context-injection.ts:95
↓ 5 callers
Function
readManifest
(skillDir: string)
src/skills/learning/versioned-store.ts:21
↓ 5 callers
Function
recommendNextScope
( runs: MaintainRun[], stats: MaintainStats, allScopes: readonly string[], )
src/cli/maintain-stats.ts:62
↓ 5 callers
Method
rememberDecision
* Persist a decision. Scopes: * - 'once' — just for this call (no-op here; caller acts) * - 'session' — until QodeX restart, for
src/security/permissions.ts:94
↓ 5 callers
Function
render
()
src/setup/prompt.ts:119
↓ 5 callers
Function
runGit
(cwd: string, args: string[])
src/tools/safety/review-changes.ts:58
↓ 5 callers
Function
runWithConcurrency
( items: T[], limit: number, fn: (item: T, index: number) => Promise<R>, )
src/tools/builtin/gather.ts:36
↓ 5 callers
Function
searchGitHubForSkill
( name: string, fetchImpl?: typeof fetch, )
src/skills/skill-sources.ts:102
↓ 5 callers
Function
selectRelevantToolNames
(allNames: string[], signalText: string)
src/agent/tool-relevance.ts:138
↓ 5 callers
Function
shouldEscalate
(scores: RubricScores, cfg: EscalationConfig = DEFAULT_ESCALATION)
src/skills/learning/judge-cascade.ts:56
↓ 5 callers
Function
slugifyArtifactId
(title: string)
src/artifacts/store.ts:84
↓ 5 callers
Function
stopLive
(id: string)
src/artifacts/live-registry.ts:89
↓ 5 callers
Function
suggestSimilarPaths
( root: string, target: string, opts: { maxResults?: number; maxVisited?: number } = {}, )
src/tools/filesystem/suggest-paths.ts:26
↓ 5 callers
Function
taskKey
(prompt: string)
src/skills/learning/failures.ts:55
↓ 5 callers
Function
text
( question: string, defaultValue: string, opts: PromptOptions, )
src/setup/prompt.ts:243
↓ 5 callers
Function
tmpDir
()
test/artifact-live-server.test.ts:9
↓ 5 callers
Function
trendByWeek
(runs: MaintainRun[], nowMs: number, weeks = 8)
src/cli/maintain-stats.ts:84
↓ 5 callers
Function
walk
(dir: string, depth: number)
src/tools/filesystem/suggest-paths.ts:40
↓ 4 callers
Function
add
(id?: string)
src/cli/slash-commands.ts:580
↓ 4 callers
Function
addProviderToConfig
( entry: CustomProviderEntry, opts?: { setDefault?: boolean; defaultModel?: string }, )
src/setup/provider-writer.ts:30
↓ 4 callers
Function
analyzeDataFlow
(rel: string, content: string)
src/context/data-flow.ts:83
↓ 4 callers
Function
appendCapped
Truncate a buffer from the front, keeping the tail.
src/tools/browser/process-registry.ts:46
↓ 4 callers
Function
appendCapped
(s: string, chunk: string)
src/tools/builtin/background-jobs.ts:59
↓ 4 callers
Function
applyThinkingDecision
( messages: Message[], decision: ThinkingDecision, modelId: string, )
src/agent/thinking-control.ts:80
↓ 4 callers
Function
asStringArray
(v: unknown)
src/skills/loader.ts:180
↓ 4 callers
Function
bm25Scores
(index: Bm25Index, query: string)
src/context/hybrid-search.ts:96
↓ 4 callers
Function
buildAuditPdfBlocks
(log: SignedAuditLog, verdict: AuditVerifyResult)
src/cli/maintain-audit.ts:164
↓ 4 callers
Function
buildBm25Index
(chunks: Chunk[])
src/context/hybrid-search.ts:67
↓ 4 callers
Function
buildCommand
(template: string, filePath: string)
src/audio/transcribe.ts:50
↓ 4 callers
Function
buildGroundTruthReceipt
(input: { status: RunReceipt['status']; prUrl?: string; reason?: string; filesChanged?: string[]; ve
src/schedule/receipt.ts:84
↓ 4 callers
Method
buildInitialMessages
Build the initial system message with full context.
src/agent/loop.ts:367
↓ 4 callers
Function
buildStyleBlock
(p: StyleProfile | null)
src/context/style-profile.ts:182
↓ 4 callers
Function
buildVerifyRepairMessage
( diags: Diagnostic[], checker: string, attempt: number, max: number, cwd: string, )
src/agent/verification.ts:97
↓ 4 callers
Function
cfgWith
(defaults: any, sub?: any)
test/vision-config.test.ts:71
↓ 4 callers
Method
checkRegression
* Returns a warning string if speculative decoding appears to be HURTING * throughput (draft-on median meaningfully below draft-off median), else n
src/llm/speculative.ts:162
↓ 4 callers
Function
checkerText
(spec: CheckerSpec, run: CheckerRun)
src/tools/diagnostics/checkers.ts:149
↓ 4 callers
Function
chooseBackend
(s: TranscribeSettings)
src/audio/transcribe.ts:42
↓ 4 callers
Function
clamp
(n: number)
src/tools/web/seo-audit-logic.ts:295
↓ 4 callers
Function
claudeHome
()
src/integrations/claude-plugins.ts:43
↓ 4 callers
Method
coerceArgs
(raw: unknown)
src/tools/builtin/todo.ts:43
↓ 4 callers
Function
commonPrefixLength
(a: Message[], b: Message[])
src/llm/cache-layout.ts:43
↓ 4 callers
Function
consolidateFindings
( parts: Array<{ focus: string; ok: boolean; findings: string; error?: string }>, )
src/tools/builtin/gather.ts:74
↓ 4 callers
Function
copyInto
(srcRoot: string, originalSource: string, opts: { force?: boolean })
src/skills/installer.ts:160
↓ 4 callers
Function
countMatches
(re: RegExp, s: string)
src/agent/output-guardrail.ts:42
↓ 4 callers
Function
countTokensJson
(value: unknown)
src/utils/tokenizer.ts:109
↓ 4 callers
Method
currentBranch
Current branch name, or null if detached/unknown.
src/agent/git-sandbox.ts:124
↓ 4 callers
Function
decline
(reason: string)
src/codegraph/helper-extract.ts:237
↓ 4 callers
Function
decodeEntities
(s: string)
src/tools/web/seo-audit-logic.ts:72
↓ 4 callers
Method
defineProject
Define or rename the project rooted at `cwd`. Idempotent (upsert).
src/session/store.ts:419
↓ 4 callers
Function
describeCacheReuse
(prev: Message[] | null, next: Message[])
src/llm/cache-layout.ts:75
↓ 4 callers
Function
describeOffload
(plan: OffloadPlan, totalLayers: number)
src/llm/offload.ts:48
↓ 4 callers
Function
detectErrorLoop
( recentErrors: Array<{ name: string; code: string }>, threshold = 3, )
src/agent/recovery.ts:167
↓ 4 callers
Function
dimValues
(s: RubricScores)
src/skills/learning/judge-cascade.ts:32
↓ 4 callers
Function
displayWidth
(s: string)
src/setup/prompt.ts:39
↓ 4 callers
Function
done
(fn: () => void)
src/artifacts/live-share.ts:46
↓ 4 callers
Function
emit
(s: string)
src/setup/prompt.ts:129
↓ 4 callers
Function
entryFileName
(type: ArtifactType)
src/artifacts/store.ts:78
↓ 4 callers
Function
expand
(s: string)
src/mcp/manager.ts:21
↓ 4 callers
Function
extensionForType
(type: ArtifactType)
src/artifacts/store.ts:66
↓ 4 callers
Function
extractJsonLd
(html: string)
src/tools/web/seo-audit-logic.ts:103
↓ 4 callers
Function
extractReadPath
(toolName: string, args: unknown)
src/agent/read-ledger.ts:60
↓ 4 callers
Function
extractThinking
(text: string)
src/llm/thinking.ts:37
↓ 4 callers
Function
factTokens
(raw: string)
src/session/store.ts:8
↓ 4 callers
Function
filterSchemasByRelevance
( schemas: ToolSchema[], signalText: string, )
src/agent/tool-relevance.ts:164
↓ 4 callers
Function
findServiceKey
(env: string)
src/setup/key-guidance.ts:32
↓ 4 callers
Function
formatMarkdown
( buckets: CategoryBuckets, opts: { scope: 'user' | 'all'; heading: string; range: string }, )
src/tools/git/classify-commits.ts:124
↓ 4 callers
Function
formatModel
(m: DetectedModel)
src/setup/model-detector.ts:332
↓ 4 callers
Function
formatReceipt
(r: RunReceipt)
src/schedule/receipt.ts:122
↓ 4 callers
Function
formatRetrievalBlock
(files: RankedFile[])
src/context/retrieval.ts:378
↓ 4 callers
Function
formatTarget
(target: string, max = 44)
src/cli/prompts/tool-display.ts:173
↓ 4 callers
Function
gatherDashboardData
(cwd: string)
src/cli/dashboard.ts:290
↓ 4 callers
Method
get
(name: string)
src/tools/registry.ts:345
↓ 4 callers
Method
get
(toolName: string, args: any)
src/utils/tool-cache.ts:43
↓ 4 callers
Function
getActiveAgent
()
src/agent/loop.ts:2683
↓ 4 callers
Function
getDeep
(obj: Record<string, any> | undefined, dottedPath: string)
src/cli/dashboard-control.ts:58
↓ 4 callers
Function
getRegistry
()
src/tools/registry.ts:467
↓ 4 callers
Function
getSkill
(name: string)
src/skills/registry.ts:22
↓ 4 callers
Function
hasBinaryExtension
(filePath: string)
src/utils/binary.ts:76
↓ 4 callers
Function
hybridRank
( chunks: Chunk[], semanticScored: ScoredChunk[], query: string, topK: number, bm25Index?: Bm25Index
src/context/hybrid-search.ts:170
↓ 4 callers
Method
initialize
()
src/llm/router.ts:69
↓ 4 callers
Function
insertAt
(text: string, cursor: number, s: string)
src/cli/components/editor-logic.ts:34
↓ 4 callers
Function
isInConsumed
(index: number, ranges: Array<[number, number]>)
src/llm/text-tool-recovery.ts:349
↓ 4 callers
Function
isWS
(ch: string)
src/cli/components/editor-logic.ts:8
↓ 4 callers
Function
kv
(k: string, v: string)
src/cli/maintain-audit.ts:165
↓ 4 callers
Function
lineDiff
(a: string, b: string)
src/context/approach-diff.ts:42
↓ 4 callers
Function
listGatewayIds
()
src/setup/gateways.ts:141
↓ 4 callers
Function
listLive
()
src/artifacts/live-registry.ts:103
↓ 4 callers
Function
liveReloadClientScript
(channelPath: string = LIVE_CHANNEL_PATH)
src/artifacts/live-reload.ts:26
↓ 4 callers
Function
loadShipped
()
test/ad-studio-skill.test.ts:11
↓ 4 callers
Function
loadSkills
(cwd: string)
src/skills/loader.ts:41
↓ 4 callers
Function
makeCtx
()
test/web-search.test.ts:8
↓ 4 callers
Function
makeCtx
(cwd: string)
test/infra-tools.test.ts:11
← previous
next →
501–600 of 2,011, ranked by callers