MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / size

Method size

src/clientbase/EventClientList.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 inline const_iterator end() const { return clients.end(); }
36 inline bool empty() const { return clients.empty(); }
37 inline size_t size() const { return clients.size(); }
38
39 void clear() { clients.clear(); }
40

Callers 15

unpackMethod · 0.45
cmdToggleFSFunction · 0.45
cmdMouseBoxFunction · 0.45
cmdMouseGrabFunction · 0.45
cmdIconifyFunction · 0.45
cmdLocalCmdFunction · 0.45
cmdJumpFunction · 0.45
cmdToggleFlagsFunction · 0.45
cmdToggleRadarFunction · 0.45
cmdToggleConsoleFunction · 0.45
cmdFireFunction · 0.45
cmdDropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected