Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOctDigit
Function
IsOctDigit
library/cpp/yson/writer.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
inline bool IsOctDigit(char c) {
40
return c >=
'0'
&& c <=
'7'
;
41
}
42
43
const size_t ESCAPE_C_BUFFER_SIZE = 4;
44
Callers
1
EscapeC
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected