Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ normchar
Function
normchar
util/folder/dirut.cpp:315–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
static inline int normchar(unsigned char c) {
316
return (c <
'a'
|| c >
'z'
) ? c : c - 32;
317
}
318
319
static inline char* strslashcat(char* a, const char* b) {
320
size_t len = strlen(a);
Callers
1
resolvepath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected