MCPcopy Create free account
hub / github.com/diasurgical/devilution / size

Method size

SourceX/dvlnet/frame_queue.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace net {
9
10framesize_t frame_queue::size()
11{
12 return current_size;
13}
14
15buffer_t frame_queue::read(framesize_t s)
16{

Callers 15

utf8_to_latin1Function · 0.45
SNetReceiveMessageMethod · 0.45
handle_acceptMethod · 0.45
SNetReceiveMessageMethod · 0.45
SNetGetTurnsInTransitMethod · 0.45
decryptMethod · 0.45
encryptMethod · 0.45
packet_factoryMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected