outputHash=Optional.of(HashCode.fromString(hashString)); | outputHash=hashString.map(HashCode::fromString); | HashCode.fromString(hashString) | hashString | buck | 28317edd7c4222bb41f3f4b33ccaa0bfeb5a7abb | com.facebook.buck.core.build.engine.impl.CachingBuildRuleBuilder | | | | - com.google.common.hash.HashCode
| | Uses | True |