MCPcopy Create free account
hub / github.com/antlr/codebuff / putInt

Method putInt

output/java_guava/1.4.17/AbstractByteHasher.java:105–109  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public Hasher putInt(int i) {
107 scratch.putInt(i);
108 return update(Ints.BYTES);
109 }
110
111 @Override
112 public Hasher putLong(long l) {

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
putIntMethod · 0.65

Tested by

no test coverage detected