MCPcopy 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
13struct Point {

Callers 15

listProjectDescriptorsFunction · 0.45
getImportedByCountFunction · 0.45
trackMethod · 0.45
trackImportMethod · 0.45
dfsMethod · 0.45
fromJSONMethod · 0.45
buildCodeExtensionsFunction · 0.45
extractTreeSitterSymbolsFunction · 0.45
analyzeMethod · 0.45
summarizeReactProgramFunction · 0.45
dedupeComponentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected