Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ test.js
File
test.js
packages/code-map/__tests__/test-langs/test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Interface-like object (JavaScript doesn't have native interfaces)
2
const
_Greeter = {
3
greet(name) {
4
throw
new
Error(
'Method not implemented'
)
Callers
nothing calls this directly
Calls
4
greetAsync
Function · 0.85
createGreeter
Function · 0.70
greet
Method · 0.65
printGreeting
Method · 0.45
Tested by
no test coverage detected