Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PatrickSys/codebase-context
/ add
Method
add
tests/fixtures/grammars/cpp.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Calculator(int initial) : value(initial) {}
6
7
int add(int n) {
8
value += n;
9
return value;
10
}
11
};
12
13
struct Point {
Callers
15
listProjectDescriptors
Function · 0.45
getImportedByCount
Function · 0.45
track
Method · 0.45
trackImport
Method · 0.45
dfs
Method · 0.45
fromJSON
Method · 0.45
buildCodeExtensions
Function · 0.45
extractTreeSitterSymbols
Function · 0.45
findIdentifierOccurrences
Function · 0.45
analyze
Method · 0.45
summarizeReactProgram
Function · 0.45
dedupeComponents
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected