MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / data

Method data

externals/simplecpp/simplecpp.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98#endif // !defined(__cpp_lib_span)
99
100 const char* data() const {
101 return mData;
102 }
103
104 std::size_t size() const {
105 return mSize;

Callers 15

gettokenlistfromvalidFunction · 0.45
isNotEqualFunction · 0.45
getMinMaxValuesFunction · 0.45
evalConditionMethod · 0.45
checkInternalMethod · 0.45
hasEmacsCppMarkerFunction · 0.45
ansiToOEMFunction · 0.45
mainFunction · 0.45
LLVMFuzzerTestOneInputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected