MCPcopy Create free account
hub / github.com/aenu1/aps3e / make_uint_range

Method make_uint_range

app/src/main/cpp/rpcs3/Utilities/Config.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::vector<std::string> cfg::make_uint_range(u64 min, u64 max)
125{
126 return {std::to_string(min), std::to_string(max)};
127}
128
129bool try_to_uint64(u64* out, std::string_view value, u64 min, u64 max)
130{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected