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

Method GetCopy

opt_utils/src/json.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 Node *Value::GetCopy() const
389 {
390 return new Value(*this);
391 }
392
393 // This is not the most beautiful place for these, but it'll do
394 static const char charsUnescaped[] = { '\\' , '/' , '\"' , '\n' , '\t' , '\b' , '\f' , '\r' };

Callers 3

ObjectMethod · 0.80
AddMethod · 0.80
ArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected