Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodebuffAI/codebuff
/ Greeter
Interface
Greeter
packages/code-map/__tests__/test-langs/test.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Interface definition
2
interface
Greeter {
3
greet(name: string): string
4
}
5
6
// Class implementation
7
class
Greeting implements Greeter {
Callers
nothing calls this directly
Implementers
1
Greeting
packages/code-map/__tests__/test-langs
Calls
no outgoing calls
Tested by
no test coverage detected