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

Method data

include/jsoncons/basic_json.hpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 const char_type* data() const
643 {
644 return ptr_->data();
645 }
646
647 const char_type* c_str() const
648 {

Callers 15

dataMethod · 0.45
uninitialized_copyFunction · 0.45
uninitialized_copy_aFunction · 0.45
try_as_string_viewFunction · 0.45
try_as_byte_stringFunction · 0.45
try_as_byte_string_viewFunction · 0.45
parseFunction · 0.45
basic_jsonFunction · 0.45
basic_json.hppFile · 0.45
try_as_integerFunction · 0.45
is_integerFunction · 0.45
try_as_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected