MCPcopy 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
107template <typename ValueType>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected