MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / hashCode

Method hashCode

src/tree/Leaf.java:96–99  ·  view source on GitHub ↗

@return Hash code of the display name field

()

Source from the content-addressed store, hash-verified

94
95 /** @return Hash code of the display name field */
96 @Override
97 public int hashCode() {
98 return display_name.hashCode();
99 }
100
101 /**
102 * Just compares the TSUID of the two objects as we don't care about the rest

Callers 3

columnQualifierMethod · 0.95
logChannelMethod · 0.45
getGnuplotBasePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected