MCPcopy Create free account
hub / github.com/comaps/comaps / get_deep_copy

Method get_deep_copy

libs/cppjansson/cppjansson.hpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 json_t * get() const { return m_handle.get(); }
83 json_t * get_deep_copy() const { return json_deep_copy(get()); }
84
85private:
86 JsonHandle m_handle;

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected