Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Write
Method
Write
library/cpp/json/json_writer.h:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
void Write(long long value);
93
void Write(unsigned long long value);
94
void Write(long value) {
95
Write((long long)value);
96
}
97
void Write(unsigned long value) {
98
Write((unsigned long long)value);
99
}
Callers
nothing calls this directly
Calls
2
Write
Function · 0.50
WriteKey
Method · 0.45
Tested by
no test coverage detected