MCPcopy
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
2interface Greeter {
3 greet(name: string): string
4}
5
6// Class implementation
7class Greeting implements Greeter {

Callers

nothing calls this directly

Implementers 1

Greetingpackages/code-map/__tests__/test-langs

Calls

no outgoing calls

Tested by

no test coverage detected