Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ write
Method
write
SourceX/dvlnet/frame_queue.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void frame_queue::write(buffer_t buf)
40
{
41
current_size += buf.size();
42
buffer_deque.push_back(std::move(buf));
43
}
44
45
bool frame_queue::packet_ready()
46
{
Callers
7
handle_recv
Method · 0.45
handle_recv
Method · 0.45
WriteDummyFile
Function · 0.45
CaptureHdr
Function · 0.45
CapturePal
Function · 0.45
CapturePix
Function · 0.45
operator()
Method · 0.45
Calls
2
push_back
Method · 0.80
size
Method · 0.45
Tested by
1
WriteDummyFile
Function · 0.36