Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WriteNull
Method
WriteNull
library/cpp/json/json_writer.h:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void WriteNull(const TStringBuf& key) {
144
Buf.WriteKey(key);
145
WriteNull();
146
}
147
148
template <typename T>
149
void WriteOptional(const TStringBuf& key, const TMaybe<T>& value) {
Callers
nothing calls this directly
Calls
1
WriteKey
Method · 0.45
Tested by
no test coverage detected