Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ setSent
Method
setSent
src/main/java/io/Utf8IOStream.java:167–169 ·
view source on GitHub ↗
(long bytes)
Source
from the content-addressed store, hash-verified
165
}
166
167
private
void
setSent(long bytes) {
168
bytesSent=bytes;
169
}
170
171
public
void
close() {
172
try { outStream.close(); outStream=null; } catch (Exception e) {}
Callers
1
send
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected