| 108 | } |
| 109 | |
| 110 | static std::string GetKeyStringWithId(std::string key, pag::ID id) { |
| 111 | return key + "-" + std::to_string(id); |
| 112 | } |
| 113 | |
| 114 | static std::vector<int>* CreateDefaultIndices(int count) { |
| 115 | if (count <= 0) { |
no outgoing calls
no test coverage detected