MCPcopy Create free account
hub / github.com/comaps/comaps / to_int

Function to_int

libs/base/string_utils.hpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495} // namespace internal
496
497[[nodiscard]] inline bool to_int(char const * s, int & i, int base = 10)
498{
499 return internal::ToInteger(s, i, base);
500}
501
502[[nodiscard]] inline bool to_uint(char const * s, unsigned int & i, int base = 10)
503{

Callers 9

CheckElementMethod · 0.85
GetAdminLevelFunction · 0.85
CharDataMethod · 0.85
SetBookmarksMinZoomFunction · 0.85
ParseEmojiFunction · 0.85
AddAttrMethod · 0.85
UNIT_TESTFunction · 0.85
ParseMapParamMethod · 0.85

Calls 1

ToIntegerFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68