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/Person.java:26–28 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
24
}
25
26
public
void
setName(String name) {
27
mName.set(name);
28
}
29
30
public
String getName() {
31
return
mName.get();
Callers
3
testKeyNull
Method · 0.95
testInFilterModel
Method · 0.95
testInFilterString
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected