Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BanjoRecomp/BanjoRecomp
/ size
Method
size
src/game/recomp_data_api.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
size_t size() {
67
std::lock_guard lock{mutex};
68
69
return map.size();
70
}
71
};
72
73
template <typename KeyType>
Callers
15
recomp_register_object_extension
Function · 0.45
recomp_register_object_extension_generic
Function · 0.45
recomp_create_object_data
Function · 0.45
recomp_get_object_data
Function · 0.45
decompress_bkzip
Function · 0.45
decompress_bk
Method · 0.45
size
Method · 0.45
size
Method · 0.45
recomputil_u32_value_hashmap_size
Function · 0.45
recomputil_u32_memory_hashmap_size
Function · 0.45
recomputil_u32_hashset_size
Function · 0.45
recomputil_u32_slotmap_size
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected