MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / c_str

Method c_str

tutorials/integration/cpp/08_methods.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 const char * c_str() const { return data; }
69 int32_t size() const { return length; }
70 bool empty() const { return length == 0; }
71};

Callers 15

c_strFunction · 0.45
DOCTEST_DEFINE_DECORATORFunction · 0.45
toStringFunction · 0.45
test_case_start_implMethod · 0.45
report_queryMethod · 0.45
test_run_startMethod · 0.45
test_case_exceptionMethod · 0.45
log_assertMethod · 0.45
log_messageMethod · 0.45
test_run_endMethod · 0.45

Calls

no outgoing calls

Tested by 15

c_strFunction · 0.36
DOCTEST_DEFINE_DECORATORFunction · 0.36
toStringFunction · 0.36
test_case_start_implMethod · 0.36
report_queryMethod · 0.36
test_run_startMethod · 0.36
test_case_exceptionMethod · 0.36
log_assertMethod · 0.36
log_messageMethod · 0.36
test_run_endMethod · 0.36