Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBeginMap
Method
OnBeginMap
library/cpp/yson/writer.cpp:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void TYsonWriter::OnBeginMap() {
285
BeginCollection(BeginMapToken);
286
}
287
288
void TYsonWriter::OnKeyedItem(TStringBuf key) {
289
CollectionItem(KeyedItemSeparatorToken);
Callers
3
ParseMap
Method · 0.45
BeginEvent
Method · 0.45
WriteArgs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected