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:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
size_t size() {
102
std::lock_guard lock{mutex};
103
return set.size();
104
}
105
};
106
107
template <typename ValueType>
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected