Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Acquire
Method
Acquire
library/cpp/neh/pipequeue.h:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
inline size_t Acquire(TCont* c) {
58
char ch;
59
return NCoro::ReadI(c, S_[0], &ch, 1).Processed();
60
}
61
62
inline size_t Acquire(TCont* c, char* buff, size_t buflen) {
63
return NCoro::ReadI(c, S_[0], buff, buflen).Processed();
Callers
2
Dequeue
Method · 0.45
Dequeue
Method · 0.45
Calls
2
ReadI
Function · 0.85
Processed
Method · 0.80
Tested by
no test coverage detected