Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ readObject
Method
readObject
output/java_guava/1.4.17/LongAdder.java:230–235 ·
view source on GitHub ↗
(ObjectInputStream s)
Source
from the content-addressed store, hash-verified
228
}
229
230
private
void
readObject(ObjectInputStream s) throws IOException, ClassNotFoundException {
231
s.defaultReadObject();
232
busy = 0;
233
cells = null;
234
base = s.readLong();
235
}
236
}
Callers
3
populateMap
Method · 0.45
populateMultiset
Method · 0.45
populateMultimap
Method · 0.45
Calls
1
readLong
Method · 0.65
Tested by
no test coverage detected