Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_str
Function · 0.45
DOCTEST_DEFINE_DECORATOR
Function · 0.45
toString
Function · 0.45
test_case_start_impl
Method · 0.45
report_query
Method · 0.45
test_run_start
Method · 0.45
test_case_exception
Method · 0.45
log_assert
Method · 0.45
log_message
Method · 0.45
fulltext_log_assert_to_stream
Function · 0.45
appendSubcaseNamesToLastTestcase
Method · 0.45
test_run_end
Method · 0.45
Calls
no outgoing calls
Tested by
15
c_str
Function · 0.36
DOCTEST_DEFINE_DECORATOR
Function · 0.36
toString
Function · 0.36
test_case_start_impl
Method · 0.36
report_query
Method · 0.36
test_run_start
Method · 0.36
test_case_exception
Method · 0.36
log_assert
Method · 0.36
log_message
Method · 0.36
fulltext_log_assert_to_stream
Function · 0.36
appendSubcaseNamesToLastTestcase
Method · 0.36
test_run_end
Method · 0.36