MCPcopy Create free account
hub / github.com/RenderKit/embree / c_str

Method c_str

tutorials/external/catch.hpp:11471–11475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11469 }
11470
11471 auto StringRef::c_str() const -> char const* {
11472 if( isSubstring() )
11473 const_cast<StringRef*>( this )->takeOwnership();
11474 return m_start;
11475 }
11476 auto StringRef::currentData() const noexcept -> char const* {
11477 return m_start;
11478 }

Callers 15

find_symbolFunction · 0.45
getPropertyMethod · 0.45
getErrorStringMethod · 0.45
whatMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

takeOwnershipMethod · 0.80

Tested by

no test coverage detected