MCPcopy Create free account
hub / github.com/catboost/catboost / OnStringScalar

Method OnStringScalar

library/cpp/yson/writer.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void TYsonWriter::OnStringScalar(TStringBuf value) {
218 WriteStringScalar(value);
219 EndNode();
220 }
221
222 void TYsonWriter::OnInt64Scalar(i64 value) {
223 if (Format == EYsonFormat::Binary) {

Callers 5

ParseNodeMethod · 0.45
operator()Method · 0.45
AddEventMethod · 0.45
BeginEventMethod · 0.45
WriteFlowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected