Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnVal
Method
OnVal
library/cpp/json/json_prettifier.cpp:144–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void OnVal() {
145
if (Out.Dirty &&
':'
== Out.Last) {
146
WriteSpace(
' '
);
147
} else {
148
Pad();
149
}
150
}
151
152
void AfterVal() {
153
Out.Hold(
','
);
Callers
nothing calls this directly
Calls
1
Pad
Function · 0.85
Tested by
no test coverage detected