Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ toString
Method
toString
basex-core/src/main/java/org/basex/util/Version.java:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
@Override
67
public
String toString() {
68
return
major + (minor == -1 ?
""
:
"."
+ minor + (patch == -1 ?
""
:
"."
+ patch));
69
}
70
}
Callers
1
checkVersion
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected