Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DequeueSafe
Method
DequeueSafe
library/cpp/neh/pipequeue.h:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
template <class TPtr>
118
inline void DequeueSafe(TCont* c, TPtr& ret) {
119
ret.Reset(Dequeue(c));
120
}
121
122
inline T* Dequeue(TCont* c) {
123
char ch[buflen];
Callers
2
RunDispatcher
Method · 0.45
RunDispatcher
Method · 0.45
Calls
2
Dequeue
Function · 0.70
Reset
Method · 0.45
Tested by
no test coverage detected