Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
46
template <typename Key>
47
static size_t size(Key key)
48
{
49
return key.size();
50
}
51
template <>
52
size_t size<Key128>(Key128 key)
53
{
Callers
3
bitstring
Function · 0.85
bitstring<Key128>
Function · 0.85
calculateKey
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected