Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ createGreeter
Function
createGreeter
packages/code-map/__tests__/test-langs/test.js:25–27 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
23
24
// Function
25
function
createGreeter(prefix) {
26
return
new
Greeting(prefix)
27
}
28
29
// Arrow function
30
const
greetAsync =
async
(greeter, name) => {
Callers
1
test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected