Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Krishna18062005/Hospital_Management_System_Java
/ getName
Method
getName
Doctor.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
String getName() {
23
return
name;
24
}
25
26
public
void
setName(String name) {
27
this.name = name;
Callers
1
addPatient
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected