Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Write
Method
Write
library/cpp/json/json_prettifier.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
template <typename T>
23
void Write(const T& t) {
24
Flush();
25
Slave << t;
26
}
27
28
void Hold(char c) {
29
if (Dirty) {
Callers
5
Pad
Method · 0.45
WriteSpace
Method · 0.45
WriteVal
Method · 0.45
OnCloseMap
Method · 0.45
OnCloseArray
Method · 0.45
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected