MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / name

Method name

include/jsoncons/json_object.hpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 string_view_type name() const
110 {
111 return string_view_type{key_.data(), key_.size()};
112 }
113
114 const key_type& key() const
115 {

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected