MCPcopy Create free account
hub / github.com/GJDuck/e9patch / size

Function size

src/e9patch/e9mapping.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 */
46template <typename Key>
47static size_t size(Key key)
48{
49 return key.size();
50}
51template <>
52size_t size<Key128>(Key128 key)
53{

Callers 3

bitstringFunction · 0.85
bitstring<Key128>Function · 0.85
calculateKeyFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected