MCPcopy Create free account
hub / github.com/covscript/covscript / data

Method data

include/covscript/core/components.hpp:952–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951
952 const CharT *data() const noexcept
953 {
954 if (m_own)
955 return static_cast<const stl_string *>(m_data)->data();
956 else if (m_data)
957 return static_cast<const CharT *>(m_data);
958 else
959 return nullptr;
960 }
961
962 operator const CharT *() const noexcept
963 {

Callers 15

find_id_refMethod · 0.80
trim_exprMethod · 0.80
opt_exprMethod · 0.80
dump_exprMethod · 0.80
translateMethod · 0.80
preprocessMethod · 0.80
get_namespaceMethod · 0.80
build_treeMethod · 0.80
openFunction · 0.80
find_symbolFunction · 0.80
find_symbolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected