Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/razerdp/BasePopup
/ getVersion
Method
getVersion
app/src/main/java/razerdp/demo/utils/OSUtil.java:66–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
String getVersion() {
67
if
(sVersion == null) {
68
check(
""
);
69
}
70
return
sVersion;
71
}
72
73
public
static
boolean check(String rom) {
74
if
(sName != null) {
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected