Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ printGreeting
Method
printGreeting
packages/code-map/__tests__/test-langs/test.js:19–21 ·
view source on GitHub ↗
(greeter, name)
Source
from the content-addressed store, hash-verified
17
18
// Static method
19
static printGreeting(greeter, name) {
20
console.log(greeter.greet(name))
21
}
22
}
23
24
// Function
Callers
1
test.js
File · 0.45
Calls
1
greet
Method · 0.65
Tested by
no test coverage detected