MCPcopy Create free account
hub / github.com/catboost/catboost / WriteDecIntToBufferBackwards

Function WriteDecIntToBufferBackwards

library/cpp/yt/string/string.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177template <>
178char* WriteDecIntToBufferBackwards(char* ptr, i32 value)
179{
180 return WriteSignedDecIntToBufferBackwardsImpl(ptr, value, TStringBuf("-2147483647"));
181}
182
183template <>
184char* WriteDecIntToBufferBackwards(char* ptr, i64 value)

Callers 1

FormatIntValueFunction · 0.85

Tested by

no test coverage detected