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
↓ 7 callers
Function
extractMutationPaths
(toolName: string, args: unknown)
src/agent/read-ledger.ts:49
↓ 7 callers
Function
fileOutline
(relPath: string, content: string)
src/context/file-outline.ts:29
↓ 7 callers
Function
findIssuesInTree
(root: TSNodeLike, content: string)
src/tools/ast/syntax-check.ts:65
↓ 7 callers
Function
forecastTrend
(runs: MaintainRun[], nowMs: number, weeks = 8)
src/cli/maintain-stats.ts:117
↓ 7 callers
Function
formatContextMeter
(used: number, window: number, barWidth = 10)
src/cli/viewport.ts:75
↓ 7 callers
Function
formatEvalSection
(result: EvalResult, contentHash: string)
src/skills/learning/eval-record.ts:53
↓ 7 callers
Function
gatherSessionEvidence
(messages: MsgLike[])
src/agent/completion-gate.ts:73
↓ 7 callers
Function
getCwd
Determine the right working directory: workspace folder if available, else file's dir, else home.
vscode-extension/src/extension.ts:68
↓ 7 callers
Function
getOrCreateTerminal
* 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 callers
Method
getProject
(cwd: string)
src/session/store.ts:429
↓ 7 callers
Function
getSubAgentRunner
()
src/tools/builtin/task.ts:73
↓ 7 callers
Function
git
(cwd: string, cmd: string)
test/snapshot-no-revert.test.ts:17
↓ 7 callers
Function
gitSetup
(cwd: string, args: string[])
test/release-notes.test.ts:22
↓ 7 callers
Function
gitSetup
(cwd: string, args: string[])
test/snapshot.test.ts:8
↓ 7 callers
Function
ids
(files: string[])
test/verify-checkers.test.ts:4
↓ 7 callers
Function
isImportantFact
(fact: string)
src/context/memory-select.ts:38
↓ 7 callers
Function
lineChunk
(rel: string, content: string, chunkLines = 40, overlap = 8)
src/context/ast-chunk.ts:101
↓ 7 callers
Function
loadCustomCommands
(cwd: string)
src/cli/custom-commands.ts:69
↓ 7 callers
Function
loadProjectRules
(cwd: string)
src/context/claude-md.ts:7
↓ 7 callers
Function
loadTrellisContext
(cwd: string)
src/context/trellis.ts:108
↓ 7 callers
Function
matches
(cron: CronExpression, when: Date)
src/schedule/cron.ts:93
↓ 7 callers
Function
normalizeFaToken
(s: string)
src/skills/registry.ts:200
↓ 7 callers
Function
ollamaNumCtxCeiling
(hw?: QodexConfig['hardware'])
src/llm/router.ts:36
↓ 7 callers
Function
onMessage
(handler: (msg: any) => void)
src/mcp/transport.ts:38
↓ 7 callers
Function
parseDuckDuckGoHtml
(html: string, limit: number)
src/tools/web/parse.ts:59
↓ 7 callers
Function
parseGithubLinksFromMarkdown
(md: string)
src/skills/bulk-installer.ts:111
↓ 7 callers
Function
parsePid
(raw: string | null | undefined)
src/cli/bot-process.ts:18
↓ 7 callers
Function
parseSegments
(text: string)
src/cli/render/assistant-message.tsx:42
↓ 7 callers
Function
parseSteerInput
(raw: string)
src/agent/steering.ts:23
↓ 7 callers
Function
readEpisodes
(projectRoot: string, limit = 500)
src/context/episodic-memory.ts:58
↓ 7 callers
Function
readFile
(deps: SlicerDeps, rel: string)
src/orchestration/context-injection.ts:50
↓ 7 callers
Function
recordLearningEvent
(ev: Omit<LearningEvent, 'ts'>)
src/skills/learning/ledger.ts:33
↓ 7 callers
Function
relevantPluginPaths
(cwd: string)
src/integrations/claude-plugins.ts:62
↓ 7 callers
Function
requireDB
()
src/codegraph/tools.ts:16
↓ 7 callers
Function
resolveBrowserCdpUrl
(env: NodeJS.ProcessEnv = process.env)
src/tools/browser/session.ts:68
↓ 7 callers
Function
resolveMemoryMode
(mode: MemoryMode | undefined, contextWindow: number | undefined, threshold = AUTO_LIGHTWEIGHT_BELOW)
src/context/memory-select.ts:31
↓ 7 callers
Function
runFanout
(jobs: FanoutJob[], opts: FanoutOptions)
src/orchestration/fanout.ts:60
↓ 7 callers
Function
runHook
(hook: HookConfig, ctx: HookContext)
src/hooks/executor.ts:20
↓ 7 callers
Function
selectInjectedFacts
(facts: string[], opts: MemorySelectOptions = {})
src/context/memory-select.ts:52
↓ 7 callers
Function
selectRelevantPassages
(text: string, opts: { query?: string; budget: number })
src/tools/web/extract-select.ts:79
↓ 7 callers
Function
setSessionRoleOverride
(role: RoleName, choice: SessionOverride | null)
src/llm/role-resolver.ts:41
↓ 7 callers
Method
status
Current model / cwd / bound session / auto-approve state for this conversation.
src/bot/types.ts:113
↓ 7 callers
Function
suggestGpuLayers
(inp: OffloadInputs)
src/llm/offload.ts:34
↓ 7 callers
Function
suggestUninstalledSkill
(prompt: string, installed: string[])
src/skills/skill-sources.ts:72
↓ 7 callers
Function
textResult
(text: string, isError = false)
src/mcp/server/qodex-tools.ts:34
↓ 7 callers
Function
userWantsExecution
(prompt: string)
src/agent/scope-guard.ts:20
↓ 7 callers
Function
validateConfigSet
(path: string, value: unknown)
src/cli/dashboard-control.ts:32
↓ 7 callers
Function
validateCustomProviders
( rawList: unknown, )
src/llm/providers/custom-config.ts:147
↓ 7 callers
Function
verb
(advice: string)
src/skills/learning/failures.ts:93
↓ 7 callers
Function
withLock
(lockPath: string, fn: () => Promise<T>, opts?: LockOptions)
src/utils/file-lock.ts:75
↓ 7 callers
Function
writeConfigKnob
(path: string, coerced: boolean | string | number)
src/cli/dashboard-control.ts:66
↓ 6 callers
Function
NA
(feature: string)
src/bot/commands.ts:45
↓ 6 callers
Function
aggregateToFiles
(scored: ScoredChunk[], maxFiles: number)
src/context/retrieval.ts:325
↓ 6 callers
Function
big
(tag: string)
test/atomic-write.test.ts:60
↓ 6 callers
Function
buildSignedAuditLog
(runs: AuditableRun[], opts: { exportedAt: string; key?: string })
src/cli/maintain-audit.ts:125
↓ 6 callers
Function
buildUserModel
(input: { userFacts: string[]; episodes: { prompt: string; files?: string[] }[] })
src/context/user-model.ts:52
↓ 6 callers
Function
canMachineWrite
(name: string, existing: ProvenanceLike | undefined | null)
src/skills/provenance.ts:59
↓ 6 callers
Function
challenger
()
test/skill-versioning-ucb.test.ts:7
↓ 6 callers
Function
checkCompletionClaims
( claims: CompletionClaims, evidence: SessionEvidence, )
src/agent/completion-gate.ts:110
↓ 6 callers
Function
chunk
(file: string, text: string, symbol?: string)
test/hybrid-search.test.ts:8
↓ 6 callers
Function
commonArea
(files: string[])
src/skills/learning/skill-suggest.ts:36
↓ 6 callers
Function
computeThroughput
(outputTokens: number, latencyMs: number)
src/llm/cache-layout.ts:90
↓ 6 callers
Function
cosineQuantized
(query: number[], q: QuantizedVec)
src/context/sqlite-index.ts:85
↓ 6 callers
Function
diagnoseDevEnv
(cwd: string | undefined, output: string)
src/tools/browser/dev-server.ts:37
↓ 6 callers
Function
diffDiagnostics
(baseline: Diagnostic[], current: Diagnostic[])
src/agent/verification.ts:79
↓ 6 callers
Function
dim
(s: string)
src/setup/prompt.ts:272
↓ 6 callers
Function
docker
(args: string[], timeoutMs = 120_000)
src/tools/docker/docker-tools.ts:17
↓ 6 callers
Function
ensureQodexHome
()
src/config/loader.ts:48
↓ 6 callers
Function
errorCodeOf
(content: string)
src/agent/recovery.ts:138
↓ 6 callers
Function
estimateTokensJson
(value: unknown)
src/diagnostics/token-analyzer.ts:81
↓ 6 callers
Function
expandEnvRefs
(config: MCPServerConfig, serverName: string)
src/mcp/manager.ts:19
↓ 6 callers
Function
expandEnvString
(s: string, env: NodeJS.ProcessEnv = process.env)
src/utils/env-expand.ts:20
↓ 6 callers
Function
exportMemory
(cwd: string)
src/context/memory-mirror.ts:55
↓ 6 callers
Function
extractAttachedDir
(prompt: string)
src/agent/attached-dir.ts:12
↓ 6 callers
Function
extractSymbols
(filePath: string, source: string)
src/codegraph/extractor.ts:59
↓ 6 callers
Function
fillModelDefaults
(raw: any)
src/llm/providers/custom-config.ts:46
↓ 6 callers
Function
findCommand
(text: string)
src/bot/commands.ts:157
↓ 6 callers
Function
findCustomProviderPromptConfig
( rawList: unknown, providerName: string | undefined, )
src/llm/providers/custom-config.ts:125
↓ 6 callers
Function
findImagePaths
(text: string, cwd: string)
src/utils/image-paths.ts:37
↓ 6 callers
Function
flush
()
src/cli/render/assistant-message.tsx:180
↓ 6 callers
Method
getSnapshotService
Public read accessor for slash commands to operate on snapshots.
src/agent/loop.ts:225
↓ 6 callers
Function
handleRequest
( opts: { method: string; pathname: string; tokenOk: boolean; body: any; cwd: string; renderHtml: ()
src/cli/dashboard-server.ts:23
↓ 6 callers
Function
hashHtml
(html: string)
src/artifacts/live-server.ts:68
↓ 6 callers
Function
ids
(items: WorkItem[])
test/partition.test.ts:4
↓ 6 callers
Function
isMacos
()
src/tools/computer/use.ts:46
↓ 6 callers
Function
isRecipe
(s: string | undefined | null)
src/schedule/recipes.ts:19
↓ 6 callers
Function
isStub
(m: Message)
test/read-cache.test.ts:17
↓ 6 callers
Function
keyIdFor
(key: string)
src/cli/maintain-audit.ts:107
↓ 6 callers
Function
lerp
(a: number, b: number, t: number)
src/cli/prompts/gradient.tsx:30
↓ 6 callers
Method
listAvailableModels
()
src/llm/router.ts:181
↓ 6 callers
Function
listCandidates
()
src/skills/learning/candidate-store.ts:42
↓ 6 callers
Function
loadShipped
()
test/data-collector-skill.test.ts:14
↓ 6 callers
Function
loadShipped
()
test/enterprise-analyst-skill.test.ts:14
↓ 6 callers
Function
loadShipped
()
test/seo-geo-skill.test.ts:15
↓ 6 callers
Function
lookup
(keys: [string, string][], k: string)
src/skills/interop.ts:34
↓ 6 callers
Function
macosOnly
(toolName: string)
src/tools/computer/use.ts:50
↓ 6 callers
Function
makeCtx
()
test/task-tool.test.ts:5
↓ 6 callers
Function
makeStore
()
test/fixes-v0.2.1.test.ts:10
↓ 6 callers
Function
mapDiscoveredModels
(body: any)
src/llm/providers/custom-config.ts:175
↓ 6 callers
Method
mark
Record a successful read (or a successful write/edit — the model authored it).
src/agent/read-ledger.ts:78
← previous
next →
301–400 of 2,011, ranked by callers