Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Ctrl
Method
Ctrl
library/cpp/openssl/method/io.cpp:110–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
long TAbstractIO::Ctrl(int cmd, long larg, void* parg) {
111
Y_UNUSED(larg);
112
Y_UNUSED(parg);
113
114
if (cmd == BIO_CTRL_FLUSH) {
115
Flush();
116
return 1;
117
}
118
119
return 0;
120
}
121
122
} // namespace NOpenSSL
Callers
nothing calls this directly
Calls
2
Y_UNUSED
Function · 0.85
Flush
Function · 0.50
Tested by
no test coverage detected