Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ Greeting
Interface
Greeting
tests/fixtures/languages/java/test.java:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
public
interface
Greeting {
2
String greet(String name);
3
}
4
5
public
class
Test implements Greeting {
6
private
String prefix =
"Hello"
;
Callers
2
create_greeting_list
Function · 0.65
test.py
File · 0.65
Implementers
2
Test
tests/fixtures/languages/java/test.jav
Person
tests/fixtures/languages/python/test.p
Calls
no outgoing calls
Tested by
no test coverage detected