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

Function CopyTo

util/system/backtrace.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 #endif
126
127static inline const char* CopyTo(const char* from, char* buf, size_t len) {
128 strfcpy(buf, from, len);
129
130 return buf;
131}
132
133TResolvedSymbol ResolveSymbol(void* sym, char* buf, size_t len) {
134 TResolvedSymbol ret = {

Callers 1

ResolveSymbolFunction · 0.70

Calls 1

strfcpyFunction · 0.85

Tested by

no test coverage detected