MCPcopy Create free account
hub / github.com/catboost/catboost / Write

Method Write

library/cpp/json/ordered_maps/json_writer_ordered.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 void Write(long long value);
91 void Write(unsigned long long value);
92 void Write(long value) {
93 Write((long long)value);
94 }
95 void Write(unsigned long value) {
96 Write((unsigned long long)value);
97 }

Callers

nothing calls this directly

Calls 2

WriteFunction · 0.50
WriteKeyMethod · 0.45

Tested by

no test coverage detected