return contentsToFingerprint.get(contents); | return contentsToFingerprint.getIfPresent(contents); | contentsToFingerprint.get(contents) | contentsToFingerprint.getIfPresent(contents) | bazel | 36bc96e2e645dec2eca9a8f4174f9ed6b351df51 | com.google.devtools.build.lib.collect.nestedset.NestedSetStore.NestedSetCache | | _1 | contentsToFingerprint |
---|
_2 | contentsToFingerprint |
---|
| TCIVar | contentsToFingerprint |
---|
v1 | contents |
---|
| | TCIVar | contentsToFingerprint |
---|
v1 | contents |
---|
| Uses | True |
return fingerprintToContents.get(fingerprint); | return fingerprintToContents.getIfPresent(fingerprint); | fingerprintToContents.get(fingerprint) | fingerprintToContents.getIfPresent(fingerprint) | bazel | 36bc96e2e645dec2eca9a8f4174f9ed6b351df51 | com.google.devtools.build.lib.collect.nestedset.NestedSetStore.NestedSetCache | | _1 | fingerprintToContents |
---|
_2 | fingerprintToContents |
---|
| TCIVar | fingerprintToContents |
---|
v1 | fingerprint |
---|
| | TCIVar | fingerprintToContents |
---|
v1 | fingerprint |
---|
| Uses | True |