MCPcopy Create free account

hub / github.com/colbymchenry/codegraph / functions

Functions5,753 in github.com/colbymchenry/codegraph

↓ 3 callersFunctionscanEmployee
(row *sql.Row)
__tests__/fixtures/payroll-go/internal/gen/fkit/employee/employee.go:84
↓ 3 callersFunctionscanTimesheet
(row *sql.Row)
__tests__/fixtures/payroll-go/internal/gen/fkit/timesheet/timesheet.go:71
↓ 3 callersMethodsend
(body: UploadMessageBody, options: { contentType: string })
__tests__/fixtures/ambient-decls-ts/src/lib/queue.ts:27
↓ 3 callersMethodsendError
(id: string | number | null, code: number, message: string, data?: unknown)
src/mcp/transport.ts:81
↓ 3 callersMethodsetDefaultCodeGraph
* Update the default CodeGraph instance (e.g. after lazy initialization)
src/mcp/tools.ts:1366
↓ 3 callersMethodsetEnabled
* Persist an explicit user choice (installer toggle or `codegraph * telemetry on|off`). Turning telemetry off also deletes any buffered, * unsen
src/telemetry/index.ts:214
↓ 3 callersMethodsetWalAutocheckpoint
* Set the connection's `wal_autocheckpoint` interval (pages; 0 disables). * Bulk indexing defers checkpoints entirely (#1231): the default 1000-pag
src/db/index.ts:524
↓ 3 callersFunctionsettle
(timeoutMs: number)
__tests__/fixtures/starved-cluster-ts/src/transport/socket.ts:28
↓ 3 callersMethodsignature_of
goExtractor.getSignature: params + ' ' + result.
codegraph-kernel/src/go.rs:328
↓ 3 callersFunctionsimple_ident_re
()
codegraph-kernel/src/ccpp/mod.rs:116
↓ 3 callersMethodspawnOne
()
src/mcp/query-pool.ts:203
↓ 3 callersMethodstop
Graceful shutdown: close all sessions, the engine, and clean up the lock.
src/mcp/daemon.ts:318
↓ 3 callersMethodstop
* Stop the server. In daemon mode this triggers graceful shutdown of every * connected session; in direct mode it mirrors the pre-#411 behavior (cl
src/mcp/index.ts:329
↓ 3 callersFunctionstorageKey
()
__tests__/fixtures/tail-render-ts/src/lib/session-store.ts:113
↓ 3 callersFunctionstringLitValue
Read a string_lit value (skipping the quotes / template start/end tokens).
src/extraction/languages/terraform.ts:42
↓ 3 callersFunctionstrip_c
Port of `stripCStyle(src, /*allowSingleQuoteStrings*/ false)`: `/* */` and `//` comments blanked to spaces (newlines preserved), `"` and backtick stri
codegraph-kernel/src/cfnptr.rs:210
↓ 3 callersFunctionstrip_generic_and_qualifier
The `new ns.Foo<T>()` name normalization shared by instantiation / anonymous-class / decorator extraction: strip `<...` from the first `<` (index > 0)
codegraph-kernel/src/java.rs:1576
↓ 3 callersFunctionswiftBaseNamesForObjcSelector
(selector: string)
src/resolution/swift-objc-bridge.ts:196
↓ 3 callersFunctionsyncFilters
()
telemetry-dashboard/public/app.js:140
↓ 3 callersMethodsynthEdgeNote
* Describe a synthesized (dynamic-dispatch) edge for human output: how the * callback was wired up — the bridge static parsing can't see. Returns n
src/mcp/tools.ts:2449
↓ 3 callersFunctiontakeDeferredPreParse
( filePath: string, source: string, language: Language )
src/extraction/kernel/index.ts:176
↓ 3 callersFunctiontextOf
(content)
scripts/agent-eval/parse-run.mjs:83
↓ 3 callersMethodtop_row
(&self)
codegraph-kernel/src/rlang.rs:156
↓ 3 callersMethodtraverse
* Traverse the graph from a starting node * * Uses breadth-first search by default. Supports filtering by edge types, * node types, and trave
src/index.ts:1668
↓ 3 callersMethodtraverseBFS
* Traverse the graph using breadth-first search * * @param startId - Starting node ID * @param options - Traversal options * @returns Subg
src/graph/traversal.ts:48
↓ 3 callersFunctiontreatStdinFailureAsShutdown
( onTerminal: () => void, stream: NodeJS.ReadableStream = process.stdin )
src/mcp/stdin-teardown.ts:26
↓ 3 callersFunctiontryAcquireDaemonLock
(projectRoot: string)
src/mcp/daemon.ts:555
↓ 3 callersFunctionunifiedConfigDir
()
src/installer/targets/antigravity.ts:73
↓ 3 callersFunctionunifiedMcpConfigPath
()
src/installer/targets/antigravity.ts:76
↓ 3 callersMethoduninitialize
* Completely remove CodeGraph from the project. * This closes the database and deletes the .CodeGraph directory. * * WARNING: This permanentl
src/index.ts:1940
↓ 3 callersMethoduninstall
* Inverse of install. Removes only what install would have written; * preserves sibling MCP servers, sibling permissions, and unrelated * markdo
src/installer/targets/types.ts:104
↓ 3 callersFunctionunsafeIndexRootReason
(projectRoot: string)
src/directory.ts:126
↓ 3 callersFunctionupdateCheckCachePath
(dir: string)
src/upgrade/update-check.ts:93
↓ 3 callersFunctionupdateCheckDisabled
(env: NodeJS.ProcessEnv = process.env)
src/upgrade/update-check.ts:89
↓ 3 callersFunctionuse
(id, name, input = {})
scripts/agent-eval/parse-run.mjs:969
↓ 3 callersFunctionvalidateDirectory
(projectRoot: string)
src/directory.ts:840
↓ 3 callersMethodvisibility_of
rubyExtractor.getVisibility — walk the previousNamedSibling chain (unbounded, through non-matching siblings); the first `call` sibling whose `method`
codegraph-kernel/src/ruby.rs:361
↓ 3 callersMethodvisibility_of
rustExtractor.getVisibility: direct `visibility_modifier` child whose text contains `pub` → public, else private; none → private.
codegraph-kernel/src/rustlang.rs:373
↓ 3 callersMethodvisit
(&mut self, node: Node<'t>)
codegraph-kernel/src/dart.rs:598
↓ 3 callersMethodvisitPascalBlock
* Recursively visit a Pascal block/statement tree for call expressions
src/extraction/tree-sitter.ts:6664
↓ 3 callersMethodvisit_function_body
(&mut self, body: Node<'t>)
codegraph-kernel/src/swift.rs:724
↓ 3 callersMethodvisit_function_body
(&mut self, body: Node<'t>)
codegraph-kernel/src/go.rs:420
↓ 3 callersMethodvisit_node
(&mut self, node: Node<'t>)
codegraph-kernel/src/ruby.rs:454
↓ 3 callersFunctionwalk
(absDir: string)
src/extraction/index.ts:454
↓ 3 callersMethodwarmCaches
* Pre-build lightweight caches for resolution. * Node lookups are now handled by indexed SQLite queries instead of * loading all nodes into memo
src/resolution/index.ts:349
↓ 3 callersFunctionwatchdogProgressPaths
(root: string | null)
src/mcp/index.ts:141
↓ 3 callersMethodwith
Append an interceptor to the end of the chain.
__tests__/fixtures/starved-cluster-ts/src/pipeline/chain.ts:177
↓ 3 callersFunctionworktreeMismatchWarning
(m: WorktreeIndexMismatch)
src/sync/worktree.ts:126
↓ 3 callersMethodwriteAndRead
* The end of the chain: frame the request, put the bytes on the socket, wait * for the reply and decode it. Past this point there is no more pipeli
__tests__/fixtures/starved-cluster-ts/src/pipeline/chain.ts:92
↓ 3 callersFunctionwritePromptHookEntry
(loc: Location)
src/installer/targets/claude.ts:429
↓ 2 callersMethodCycle
Cycle exposes a cycle for the read endpoints.
__tests__/fixtures/payroll-go/internal/usecase/payroll/cycle.go:200
↓ 2 callersFunctionHelper
(int x)
__tests__/fixtures/kernel-parity/TortureTopLevel.cs:7
↓ 2 callersMethodNow
()
__tests__/fixtures/payroll-go/internal/platform/clock/clock.go:7
↓ 2 callersMethodSaveCycle
(ctx context.Context, cycle payroll.Cycle)
__tests__/fixtures/payroll-go/internal/store/payslipstore/store.go:78
↓ 2 callersFunction__emitWatchEventForTests
(projectRoot: string, relPath: string)
src/sync/watcher.ts:1031
↓ 2 callersFunction_resetGlyphsCache
()
src/ui/glyphs.ts:136
↓ 2 callersMethodacquire
* Acquire the lock. Throws if the lock is held by another live process.
src/utils.ts:237
↓ 2 callersFunctionacquireLockViaExclusiveOpen
(pidPath: string, info: DaemonLockInfo)
src/mcp/daemon.ts:615
↓ 2 callersFunctionadd
Sum helper (docstring). */
__tests__/fixtures/kernel-parity/torture.c:47
↓ 2 callersFunctionaddIncludeIgnoredPatterns
(rootDir: string, patterns: string[])
src/project-config.ts:412
↓ 2 callersFunctionadmitted
(probe: Probe)
__tests__/explore-reservation-invariant.test.ts:73
↓ 2 callersFunctionadvance
codegraph-kernel/grammars/dart/scanner.c:20
↓ 2 callersMethodadvanceSupertypeGeneration
Invalidate the getSupertypes memo — call when resolved edges may have advanced.
src/resolution/index.ts:256
↓ 2 callersMethodambientDeclarationFilePredicate
* A `(path) => boolean` ambient-declaration test over a BOUNDED candidate * list: true for a file that declares nothing but types, originates no ca
src/index.ts:1631
↓ 2 callersFunctionapi
(path)
telemetry-dashboard/public/app.js:37
↓ 2 callersMethodappendLines
(lines: BufferLine[])
src/telemetry/index.ts:398
↓ 2 callersFunctionapplyAliases
( importPath: string, aliases: AliasMap, projectRoot: string )
src/resolution/path-aliases.ts:333
↓ 2 callersFunctionapplyLanguageGate
* Drop cross-language candidates from a name lookup. Two regimes: * - `references` (type-usage): a type named in language X resolves to a * SAME
src/resolution/name-matcher.ts:189
↓ 2 callersMethodarmIdleTimer
()
src/mcp/daemon.ts:392
↓ 2 callersFunctionarrow_at
(s: &[u8], i: usize)
codegraph-kernel/src/cfnptr.rs:807
↓ 2 callersMethodbackfillFully
* With the writer parked on the returned promise, loop passive passes until * one reports the entire WAL backfilled (typically the second: the firs
src/db/wal-valve.ts:226
↓ 2 callersMethodbackstopShouldExit
* Decide whether the inactivity backstop should reap the daemon right now. * Public + `isAlive`-injected for deterministic tests; the timer calls i
src/mcp/daemon.ts:467
↓ 2 callersFunctionbashIntent
What a Bash command is really doing, as far as retrieval is concerned.
scripts/agent-eval/parse-run.mjs:773
↓ 2 callersFunctionbegin
Arm the guard for one extraction on the calling thread: clear the latch and (re)compute the threshold. OS bounds are computed once per thread; the fal
codegraph-kernel/src/stack.rs:126
↓ 2 callersMethodbeginBulkEdgeLoad
* Enter bulk-edge-load mode: drop the non-unique edge indexes so the mass * INSERT OR IGNORE stream pays one B-tree (the identity index) instead of
src/db/index.ts:326
↓ 2 callersMethodbeginBulkParseLoad
* Enter bulk-parse-load mode (FRESH-INIT ONLY — the caller gates on a fresh * DB, because an incremental index deletes per-file rows mid-phase and
src/db/index.ts:230
↓ 2 callersFunctionbindFirstUsableSocket
( candidates: string[], listen: (socketPath: string) => Promise<net.Server>, opts: { onRelocate?: (from:
src/mcp/daemon.ts:709
↓ 2 callersFunctionblankCAutoInference
(source: string)
src/extraction/languages/c-cpp.ts:1087
↓ 2 callersFunctionblankCCplusplusGuardBodies
(source: string)
src/extraction/languages/c-cpp.ts:887
↓ 2 callersFunctionblankCFileScopePrefixedDeclMacros
(source: string)
src/extraction/languages/c-cpp.ts:1375
↓ 2 callersFunctionblankCKernelAnnotations
(source: string)
src/extraction/languages/c-cpp.ts:1168
↓ 2 callersFunctionblankCNamedVariadicDefineDots
(source: string)
src/extraction/languages/c-cpp.ts:1494
↓ 2 callersFunctionblankCParameterizedAnnotationMacros
(source: string)
src/extraction/languages/c-cpp.ts:1216
↓ 2 callersFunctionblankCSandwichedAnnotations
(source: string)
src/extraction/languages/c-cpp.ts:1068
↓ 2 callersFunctionblankCStatementMacroCalls
(source: string)
src/extraction/languages/c-cpp.ts:943
↓ 2 callersFunctionblankCTrailingParamAttrMacros
(source: string)
src/extraction/languages/c-cpp.ts:1111
↓ 2 callersFunctionblankCTypeKeywordArgs
(source: string)
src/extraction/languages/c-cpp.ts:1280
↓ 2 callersFunctionblankCVaArgQualifiedTypeArgs
(source: string)
src/extraction/languages/c-cpp.ts:1470
↓ 2 callersFunctionblankCppApiPrefixMacros
(source: string)
src/extraction/languages/c-cpp.ts:616
↓ 2 callersFunctionblankCppInlineAnnotationMacros
(source: string)
src/extraction/languages/c-cpp.ts:642
↓ 2 callersFunctionblankCppInlineMacros
(source: string)
src/extraction/languages/c-cpp.ts:387
↓ 2 callersFunctionblankMetalAttributes
(source: string)
src/extraction/languages/c-cpp.ts:449
↓ 2 callersFunctionboundedEditDistance
(a: string, b: string, maxDist: number)
src/search/query-parser.ts:157
↓ 2 callersFunctionbracket_span
`\[[^\]]*\]` at `i` (the INIT/ARRAY declarator form — the class admits newlines): position after the FIRST `]`, or None.
codegraph-kernel/src/cfnptr.rs:530
↓ 2 callersFunctionbuildAntigravityEntry
* Build the codegraph MCP-server entry for Antigravity. Distinct from * `getMcpServerConfig()` because Antigravity (a) rejects the `type` * field an
src/installer/targets/antigravity.ts:142
↓ 2 callersFunctionbuildCodegraphBlock
()
src/installer/targets/codex.ts:156
↓ 2 callersFunctionbuildCopilotMcpConfig
()
src/installer/targets/copilot-cli.ts:98
↓ 2 callersFunctionbuildCursorMcpConfig
* Build the codegraph MCP-server config for Cursor at the given * location. Inherits the shared shape ({type, command, args}) and * appends `--path`
src/installer/targets/cursor.ts:171
↓ 2 callersMethodbuildFileRecord
The FileRecord for a fresh-index store (nodeCount is the PRE-filter count).
src/extraction/index.ts:2548
↓ 2 callersFunctionbuildNode25BlockBanner
(nodeVersion: string)
src/bin/node-version-check.ts:20
← previousnext →701–800 of 5,753, ranked by callers