MCPcopy Create free account
hub / github.com/activeloopai/deeplake / json_wrapper

Method json_wrapper

cpp/icm/json_wrapper.hpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64public:
65 explicit json_wrapper(value_ref val)
66 : val_(val)
67 {
68 }
69
70 explicit json_wrapper(boost::json::value& v) requires (is_const)
71 : val_(v)

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected