Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Current
Method
Current
util/memory/tempbuf.cpp:233–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
char* TTempBuf::Current() noexcept {
234
return Data() + Filled();
235
}
236
237
const char* TTempBuf::Current() const noexcept {
238
return Data() + Filled();
Callers
4
EscapeJ
Function · 0.45
TestOps
Method · 0.45
TestProceed
Method · 0.45
ZeroTerminate
Method · 0.45
Calls
1
Data
Class · 0.50
Tested by
2
TestOps
Method · 0.36
TestProceed
Method · 0.36