Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/chromium_trace/json.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
NJsonWriter::TBuf* Output;
98
99
void operator()(TStringBuf value) {
100
Output->WriteString(value);
101
}
102
103
void operator()(i64 value) {
104
Output->WriteLongLong(value);
Callers
nothing calls this directly
Calls
3
WriteString
Method · 0.45
WriteLongLong
Method · 0.45
WriteDouble
Method · 0.45
Tested by
no test coverage detected