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

Method getNotes

src/tree/Tree.java:1204–1206  ·  view source on GitHub ↗

@return Optional notes about the tree

()

Source from the content-addressed store, hash-verified

1202
1203 /** @return Optional notes about the tree */
1204 public String getNotes() {
1205 return notes;
1206 }
1207
1208 /** @return Whether or not strict matching is enabled */
1209 public boolean getStrictMatch() {

Callers 14

copyConstructorMethod · 0.95
copyChangesOverrideMethod · 0.95
assertMetaMethod · 0.45
syncToStorageMethod · 0.45
syncToStorageSaltedMethod · 0.45
syncToStorageGlobalMethod · 0.45
deserializeMethod · 0.45
getUIDMetaExistsMethod · 0.45

Calls

no outgoing calls

Tested by 14

copyConstructorMethod · 0.76
copyChangesOverrideMethod · 0.76
assertMetaMethod · 0.36
syncToStorageMethod · 0.36
syncToStorageSaltedMethod · 0.36
syncToStorageGlobalMethod · 0.36
deserializeMethod · 0.36
getUIDMetaExistsMethod · 0.36