Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SW-Fantastic/Reader
/ getName
Method
getName
src/main/java/org/swdc/reader/entity/BookTag.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
String getName() {
58
return
name;
59
}
60
61
public
void
setName(String name) {
62
this.name = name;
Callers
4
initialize
Method · 0.95
setupTags
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected