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

Method putLong

output/java_guava/1.4.17/AbstractByteHasher.java:111–115  ·  view source on GitHub ↗
(long l)

Source from the content-addressed store, hash-verified

109 }
110
111 @Override
112 public Hasher putLong(long l) {
113 scratch.putLong(l);
114 return update(Longs.BYTES);
115 }
116
117 @Override
118 public Hasher putChar(char c) {

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
putLongMethod · 0.65

Tested by

no test coverage detected