Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ asBytes
Method
asBytes
output/java_guava/1.4.17/HashCode.java:288–291 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
286
}
287
288
@Override
289
public
byte[] asBytes() {
290
return
bytes.clone();
291
}
292
293
@Override
294
public
int
asInt() {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected