Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/chromium_trace/yson.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
NYson::TYsonWriter* Output;
10
11
void operator()(i64 value) {
12
Output->OnInt64Scalar(value);
13
}
14
15
void operator()(ui64 value) {
16
Output->OnUint64Scalar(value);
Callers
nothing calls this directly
Calls
4
OnInt64Scalar
Method · 0.45
OnUint64Scalar
Method · 0.45
OnDoubleScalar
Method · 0.45
OnStringScalar
Method · 0.45
Tested by
no test coverage detected