Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ putChar
Method
putChar
output/java_guava/1.4.17/AbstractByteHasher.java:117–121 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
115
}
116
117
@Override
118
public
Hasher putChar(char c) {
119
scratch.putChar(c);
120
return
update(Chars.BYTES);
121
}
122
123
@Override
124
public
<T> Hasher putObject(T instance, Funnel<? super T> funnel) {
Callers
nothing calls this directly
Calls
2
update
Method · 0.95
putChar
Method · 0.65
Tested by
no test coverage detected