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

Method make_int_range

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

Source from the content-addressed store, hash-verified

70}
71
72std::vector<std::string> cfg::make_int_range(s64 min, s64 max)
73{
74 return {std::to_string(min), std::to_string(max)};
75}
76
77bool try_to_int64(s64* out, std::string_view value, s64 min, s64 max)
78{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected