Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FilterClosure
Method
FilterClosure
library/cpp/streams/lzma/lzma.cpp:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
inline TContClosure FilterClosure() {
153
return {&TrampoLine_, TArrayRef(Stack_, sizeof(Stack_))};
154
}
155
156
inline size_t ReadImpl(void* ptr, size_t len) {
157
while (!Finished_) {
Callers
nothing calls this directly
Calls
1
TArrayRef
Class · 0.50
Tested by
no test coverage detected