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

Method parse_string

externals/picojson/picojson.h:946–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 return false;
945 }
946 template <typename Iter> bool parse_string(input<Iter> &) {
947 return false;
948 }
949 bool parse_array_start() {
950 return false;
951 }

Callers 1

_parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected