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

Method size

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

Source from the content-addressed store, hash-verified

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

Callers 15

toStringFunction · 0.45
DOCTEST_DEFINE_DECORATORFunction · 0.45
doctest.hFile · 0.45
logTestStartMethod · 0.45
parseCommaSepArgsFunction · 0.45
runMethod · 0.45
keyed_sorted_stable_permFunction · 0.45

Calls

no outgoing calls

Tested by 10

toStringFunction · 0.36
DOCTEST_DEFINE_DECORATORFunction · 0.36
logTestStartMethod · 0.36
parseCommaSepArgsFunction · 0.36
runMethod · 0.36
keyed_sorted_stable_permFunction · 0.36