Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ flush
Method
flush
Source/external/hps/buffer/stream_output_buffer.h:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void flush() {
40
stream->write(buffer, pos);
41
pos = 0;
42
}
43
44
template <class T>
45
StreamOutputBuffer& operator<<(const T& t) {
Callers
2
to_stream
Function · 0.45
to_string
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected