MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / c_str

Method c_str

include/chaiscript/utility/static_string.hpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 constexpr const char *c_str() const {
28 return data;
29 }
30
31 const size_t m_size;
32 const char *data = nullptr;

Callers 15

parse_numFunction · 0.45
load_fileMethod · 0.45
ChaiScript_BasicMethod · 0.45
Symbol_Method · 0.45
IdMethod · 0.45
Keyword_Method · 0.45
is_operatorMethod · 0.45
PrefixMethod · 0.45
Operator_HelperMethod · 0.45
EquationMethod · 0.45
to_operatorMethod · 0.45
DLModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected