MCPcopy Create free account
hub / github.com/Asana/java-asana / clientVersion

Method clientVersion

src/main/java/com/asana/Client.java:236–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234
235
236 private String clientVersion() {
237 String version = getClass().getPackage().getImplementationVersion();
238 // This will be null if the class is executed from outside its packaged
239 // jar, such as during tests.
240 return (version != null) ? version : "0.0.0";
241 }
242
243
244 private String versionHeader() {

Callers 1

versionHeaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected