MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ToString

Method ToString

opt_utils/src/json.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 std::string Value::ToString() const
214 {
215 if (IsNull())
216 {
217 return "null";
218 }
219 else
220 {
221 return valueStr;
222 }
223 }
224 int Value::ToInt() const
225 {
226 if (IsNumber())

Callers 6

OpenMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45
CommitMethod · 0.45
writeValueMethod · 0.45

Calls

no outgoing calls

Tested by 1