MCPcopy Create free account
hub / github.com/apache/trafficserver / c_str

Method c_str

lib/catch2/catch.hpp:13915–13918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13913 {}
13914
13915 auto StringRef::c_str() const -> char const* {
13916 CATCH_ENFORCE(isNullTerminated(), "Called StringRef::c_str() on a non-null-terminated instance");
13917 return m_start;
13918 }
13919 auto StringRef::data() const noexcept -> char const* {
13920 return m_start;
13921 }

Callers 15

do_remapFunction · 0.45
do_remapFunction · 0.45
dump_contextFunction · 0.45
StringRefMethod · 0.45
registerTestMethodsFunction · 0.45
makeCommandLineParserFunction · 0.45
writeToDebugConsoleFunction · 0.45
FileStreamMethod · 0.45
global_handlerFunction · 0.45
load_fileFunction · 0.45
CB_Load_SecretFunction · 0.45
CB_Update_SecretFunction · 0.45

Calls

no outgoing calls

Tested by 15

global_handlerFunction · 0.36
load_fileFunction · 0.36
CB_Load_SecretFunction · 0.36
CB_Update_SecretFunction · 0.36
test_join_hosts_methodFunction · 0.36
CB_handle_rpc_io_callFunction · 0.36
TSPluginInitFunction · 0.36
getNameMethod · 0.36
getValueMethod · 0.36
getMethodMethod · 0.36
getHostMethod · 0.36