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:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
size_t size() {
155
std::lock_guard lock{mutex};
156
157
return map.size();
158
}
159
};
160
161
using U32ValueMap = LockedMap<uint32_t, uint32_t>;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected