Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ setName
Method
setName
test/src/com/orm/androrm/impl/BlankModel.java:32–34 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
setName(String name) {
33
mName.set(name);
34
}
35
36
public
String getName() {
37
return
mName.get();
Callers
1
testEquals
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected