MCPcopy 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
73template <typename KeyType>

Callers 15

recomp_get_object_dataFunction · 0.45
decompress_bkzipFunction · 0.45
decompress_bkMethod · 0.45
sizeMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected